diff options
| author | krolxon <krolyxon@tutanota.com> | 2024-04-26 14:32:58 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2024-04-26 14:32:58 +0530 |
| commit | 04e5d2ad28af2c0b561ed4443eabddc4ee70d1f2 (patch) | |
| tree | 771937cfad99e1fed9d0aeead9d5f88e28c6f8e9 /Cargo.lock | |
| parent | 59e8e8cbe67b969d120035a642dc99ccb0dff5eb (diff) | |
alot of edge cases removed, ui improvments
Diffstat (limited to 'Cargo.lock')
| -rwxr-xr-x | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -226,6 +226,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] +name = "humantime" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" + +[[package]] name = "indoc" version = "2.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -386,6 +392,7 @@ version = "0.1.0" dependencies = [ "clap", "crossterm", + "humantime", "mpd", "ratatui", "rust-fuzzy-search", |
