Add ff and group crates to Cargo workspace
This commit is contained in:
@@ -8,7 +8,7 @@ authors = [
|
||||
[dependencies]
|
||||
bellman = { path = "../bellman" }
|
||||
byteorder = "1"
|
||||
ff = "0.4"
|
||||
ff = { path = "../ff" }
|
||||
pairing = { path = "../pairing" }
|
||||
rand = "0.4"
|
||||
sapling-crypto = { path = "../sapling-crypto" }
|
||||
|
||||
Reference in New Issue
Block a user