add io::unzip

This commit is contained in:
2023-08-29 06:51:30 +02:00
parent 63f160ff4a
commit 42f48bbaf4
3 changed files with 269 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ serde = { version = "1.0.185", features = ["derive"] }
serde_json = "1.0.105"
rand = "0.8.5"
semver = "1.0.18"
zip = "0.6.6"
[target.'cfg(windows)'.dependencies]
steamlocate = "1.2.1"