Include jubjub and bls12_381 crates in the workspace.

This commit is contained in:
Sean Bowe
2019-12-12 11:40:48 -07:00
parent 281cfe1912
commit a4f7c4eef3
3 changed files with 343 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ version = "0.3.0"
edition = "2018"
[dependencies.bls12_381]
path = "../bls12_381"
version = "0.1"
default-features = false