Removed unnecessary use of clap since I'm making a TUI and not a CLI application

This commit is contained in:
2023-08-08 10:50:07 -06:00
parent dd339d1685
commit c8781ae442
2 changed files with 0 additions and 7 deletions
-1
View File
@@ -16,7 +16,6 @@ anyhow = "1.0.68"
backtrace = "0.3.67"
bimap = "0.6.3"
chrono = { version = "0.4", features = ["serde"] }
clap = { version = "4.0.30", features = ["help", "usage", "error-context", "derive"] }
confy = { version = "0.5.1", default_features = false, features = ["yaml_conf"] }
crossterm = "0.26.1"
derivative = "2.2.0"