Merge pull request #40 from mxve/async

Async
This commit is contained in:
2023-11-02 16:05:10 +01:00
committed by GitHub
8 changed files with 942 additions and 238 deletions

View File

@@ -23,8 +23,11 @@ serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.107"
rand = "0.8.5"
semver = "1.0.20"
zip = "0.6.6"
colored = "2.0.4"
reqwest = { version = "0.11.22", features = ["stream"] }
futures-util = "0.3.29"
indicatif = "0.17.7"
tokio = {version="1.33.0", features = ["rt-multi-thread", "macros"]}
[target.'cfg(windows)'.dependencies]
steamlocate = "2.0.0-alpha.0"