mirror of
https://github.com/kristoferssolo/traxor.git
synced 2026-02-04 06:42:04 +00:00
feat: add live fuzzy search/filter for torrents
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@@ -600,6 +600,15 @@ dependencies = [
|
||||
"pin-utils",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "fuzzy-matcher"
|
||||
version = "0.3.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
|
||||
dependencies = [
|
||||
"thread_local",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "generic-array"
|
||||
version = "0.14.7"
|
||||
@@ -2513,6 +2522,7 @@ dependencies = [
|
||||
"crossterm",
|
||||
"derive_more",
|
||||
"dirs",
|
||||
"fuzzy-matcher",
|
||||
"ratatui",
|
||||
"serde",
|
||||
"thiserror 2.0.12",
|
||||
|
||||
Reference in New Issue
Block a user