add mulitcore feature to bellman

This commit is contained in:
Cryptoforge
2020-10-01 21:02:02 -07:00
parent 096dfcf780
commit ba5411f3c9
2 changed files with 101 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ reqwest = { version = "0.10.8", features = ["blocking", "json"] }
git = "https://github.com/zerocurrencycoin/librustzcash.git"
rev = "0883d7f3fc26b4f615b049151e43c112c8c7b920"
default-features = false
features = ["groth16"]
features = ["groth16", "multicore"]
[dependencies.pairing]
git = "https://github.com/zerocurrencycoin/librustzcash.git"