From 38ebdf9283dbe4cae7d128e8800b589c7140ba7b Mon Sep 17 00:00:00 2001 From: krolxon Date: Mon, 29 Apr 2024 17:24:49 +0530 Subject: get rid of humantime crate --- Cargo.lock | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index fdabdc5..79b2484 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,12 +225,6 @@ version = "0.5.0" 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" @@ -392,7 +386,6 @@ version = "0.1.0" dependencies = [ "clap", "crossterm", - "humantime", "mpd", "ratatui", "rust-fuzzy-search", -- cgit v1.2.3