unpack assets

This commit is contained in:
Aiden McClelland
2021-09-08 17:47:21 -06:00
committed by Aiden McClelland
parent 8f362e7d1e
commit 2f8e71d459
5 changed files with 237 additions and 277 deletions

View File

@@ -108,7 +108,7 @@ thiserror = "1.0.24"
tokio = { version = "1.8.1", features = ["full"] }
tokio-compat-02 = "0.2.0"
tokio-stream = { version = "0.1.5", features = ["io-util", "sync"] }
tokio-tar = "0.3.0"
tokio-tar = { git = "https://github.com/dr-bonez/tokio-tar.git" }
tokio-tungstenite = "0.14.0"
tokio-util = { version = "0.6.6", features = ["io"] }
torut = { git = "https://github.com/Start9Labs/torut.git", branch = "update/dependencies" }