diff options
| author | krolxon <krolyxon@tutanota.com> | 2024-04-25 12:58:13 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2024-04-25 12:58:13 +0530 |
| commit | f665c4e9f3b4eaa226b0c813f6845e247a4e6977 (patch) | |
| tree | 03119ed4587357a34f3728700f3a3e19ac89e1b2 /Cargo.lock | |
| parent | 4bc03ce8f4dea2ed6d68f2694bd095c9e3857e5e (diff) | |
better event handling with tick, search
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" |
