mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-23 23:11:11 -04:00
Remove tokio-tar from workspace in favor of git dependency
Fixes #315. Fixes #227.
This commit is contained in:
parent
496ceab3cb
commit
75c5db53b2
38 changed files with 6 additions and 6436 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue