mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
feat: begin designing cli
This commit is contained in:
parent
aa21a779ff
commit
4e32c38948
6 changed files with 1660 additions and 49 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue