diff options
Diffstat (limited to 'Cargo.lock')
| -rwxr-xr-x | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -388,11 +388,18 @@ dependencies = [ "crossterm", "mpd", "ratatui", + "rust-fuzzy-search", "rust_fzf", "simple-dmenu", ] [[package]] +name = "rust-fuzzy-search" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a157657054ffe556d8858504af8a672a054a6e0bd9e8ee531059100c0fa11bb2" + +[[package]] name = "rust_fzf" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" |
