feat: begin designing cli

This commit is contained in:
DecDuck
2026-01-06 16:11:06 +07:00
parent aa21a779ff
commit 4e32c38948
6 changed files with 1660 additions and 49 deletions
+9
View File
@@ -4,6 +4,15 @@ version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.100"
clap = { version = "4.5.54", features = ["derive"] }
console = "0.16.2"
dialoguer = "0.12.0"
droplet-rs = { git = "https://github.com/Drop-OSS/droplet-rs.git", version = "0.11.1" }
indicatif = "0.18.3"
reqwest = { version = "0.13.1", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.148"
tokio = { version = "1.48.0", features = ["macros"] }
url = "2.5.8"
webbrowser = "1.0.6"