feat: CLI Configuration and maintainability
This commit is contained in:
@@ -10,6 +10,7 @@ chrono = "0.4.43"
|
||||
clap = { version = "4.5.54", features = ["derive"] }
|
||||
console = "0.16.2"
|
||||
dialoguer = "0.12.0"
|
||||
dirs = "6.0.0"
|
||||
droplet-rs = { git = "https://github.com/Drop-OSS/droplet-rs.git", version = "0.14" }
|
||||
fern = { version = "0.7.1", features = ["colored"] }
|
||||
indicatif = "0.18.3"
|
||||
@@ -23,3 +24,5 @@ tokio = { version = "1.48.0", features = ["macros"] }
|
||||
tokio-util = "0.7.18"
|
||||
url = "2.5.8"
|
||||
webbrowser = "1.0.6"
|
||||
color-eyre = "0.6.5"
|
||||
inquire = "0.9.2"
|
||||
|
||||
Reference in New Issue
Block a user