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

@@ -8,6 +8,8 @@ members = [
"zcash_client_backend",
"zcash_primitives",
"zcash_proofs",
"jubjub",
"bls12_381",
]
[profile.release]