Remove tokio-tar from workspace in favor of git dependency

Fixes #315.
Fixes #227.
This commit is contained in:
Thomas Eizinger 2021-05-16 20:36:57 +10:00
parent 496ceab3cb
commit 75c5db53b2
No known key found for this signature in database
GPG key ID: 651AC83A6C6C8B96
38 changed files with 6 additions and 6436 deletions

View file

@ -67,7 +67,7 @@ uuid = { version = "0.8", features = [ "serde", "v4" ] }
void = "1"
[target.'cfg(not(windows))'.dependencies]
tokio-tar = { path = "../tokio-tar" }
tokio-tar = "0.2"
[target.'cfg(windows)'.dependencies]
zip = "0.5"