feat: vanilla server downloading + lots of ux improvements

This commit is contained in:
RafayAhmad7548 2026-08-30 18:29:17 +05:00
parent 505bfbbb5d
commit 0a12b87a2a
No known key found for this signature in database
6 changed files with 241 additions and 22 deletions

View file

@ -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"