Update workspace after pulling in external crates

This commit is contained in:
Jack Grigg
2018-08-28 23:06:15 +01:00
parent 051027cb6d
commit a9059c9372
5 changed files with 489 additions and 21 deletions

View File

@@ -9,13 +9,13 @@ repository = "https://github.com/zcash-hackworks/sapling"
version = "0.0.1"
[dependencies.pairing]
version = "0.14.2"
path = "../pairing"
features = ["expose-arith"]
[dependencies]
bellman = { path = "../bellman" }
rand = "0.4"
digest = "0.7"
bellman = "0.1"
byteorder = "1"
[dependencies.blake2-rfc]