feat: add live fuzzy search/filter for torrents

This commit is contained in:
2026-01-01 15:48:51 +02:00
parent 82389ef5b3
commit 1b145f9ace
11 changed files with 113 additions and 16 deletions

View File

@@ -10,6 +10,7 @@ color-eyre = "0.6"
crossterm = "0.29"
derive_more = { version = "2.1", features = ["display"] }
dirs = "6.0"
fuzzy-matcher = "0.3"
ratatui = "0.30"
serde = { version = "1.0", features = ["derive"] }
thiserror = "2.0"