Add sapling-crypto to dependencies

This commit is contained in:
str4d
2018-04-09 18:28:42 -06:00
parent 91348647a8
commit 222e0b3515
3 changed files with 205 additions and 4 deletions

View File

@@ -10,3 +10,7 @@ crate-type = ["staticlib"]
[dependencies]
libc = "0.2"
[dependencies.sapling-crypto]
git = "https://github.com/zcash-hackworks/sapling-crypto"
rev = "e554b473dd10885d232f42237c13282f5b6fee43"