Removed unnecessary use of clap since I'm making a TUI and not a CLI application
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user