feat: vanilla server downloading + lots of ux improvements
This commit is contained in:
parent
505bfbbb5d
commit
0a12b87a2a
6 changed files with 241 additions and 22 deletions
|
|
@ -6,7 +6,10 @@ edition = "2024"
|
|||
[dependencies]
|
||||
clap = { version = "4.6.6", features = ["derive"] }
|
||||
dialoguer = { version = "0.12.0", features = ["fuzzy-select"] }
|
||||
reqwest = { version = "0.13.4", features = ["json"] }
|
||||
futures-util = "0.3.34"
|
||||
indicatif = "0.18.6"
|
||||
reqwest = { version = "0.13.4", features = ["json", "stream"] }
|
||||
serde = { version = "1.0.229", features = ["derive"] }
|
||||
sha1 = "0.11.0"
|
||||
tokio = { version = "1.53.1", features = ["full"] }
|
||||
toml = "1.1.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue