aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2024-05-09 00:30:46 +0530
committerkrolxon <krolyxon@tutanota.com>2024-05-09 00:30:46 +0530
commit1187e4f0b5414ccf1d5a84b9ab0284c9cebbb9af (patch)
tree00dacce698c05606a51f731e08589d702399863d /Cargo.toml
parentcef5f734780b767301bae6928d106a6d48c8dff8 (diff)
remove cli mod, dependent methods
Diffstat (limited to 'Cargo.toml')
-rwxr-xr-xCargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ef3cf49..034cea9 100755
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,8 +7,6 @@ edition = "2021"
[dependencies]
mpd = "0.1.0"
-clap = { version = "4.0.29", features = ["derive"] }
-rust_fzf = "0.3.1"
simple-dmenu = "0.1.0"
ratatui = "0.26.2"
crossterm = "0.27.0"