Removed zbox requirement

This commit is contained in:
Syrus 2019-05-24 10:13:08 -07:00
parent dcf0a7cc4b
commit 02a92562f6
2 changed files with 4 additions and 1024 deletions

1020
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -16,10 +16,10 @@ tar = "0.4"
wasmparser = "0.29.2"
zstd = "0.4"
[target.'cfg(unix)'.dependencies.zbox]
git = "https://github.com/wasmerio/zbox"
branch = "bundle-libsodium"
features = ["libsodium-bundled"]
# [target.'cfg(unix)'.dependencies.zbox]
# git = "https://github.com/wasmerio/zbox"
# branch = "bundle-libsodium"
# features = ["libsodium-bundled"]
[dev-dependencies]
tempdir = "0.3"