Add ff and group crates to Cargo workspace

This commit is contained in:
Jack Grigg 2019-01-06 09:50:07 +00:00
parent 2e35a322d5
commit 12f93f2fc2
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ version = "0.1.0"
[dependencies]
rand = "0.4"
bit-vec = "0.4.4"
ff = "0.4"
ff = { path = "../ff" }
futures = "0.1"
futures-cpupool = "0.1"
group = "0.1"
group = { path = "../group" }
num_cpus = "1"
crossbeam = "0.3"
pairing = { path = "../pairing", optional = true }