2018-08-23 23:15:22 +01:00
|
|
|
[package]
|
|
|
|
name = "zcash_proofs"
|
|
|
|
version = "0.0.0"
|
|
|
|
authors = [
|
|
|
|
"Jack Grigg <jack@z.cash>",
|
|
|
|
]
|
|
|
|
|
|
|
|
[dependencies]
|
2018-08-14 20:33:04 +01:00
|
|
|
bellman = { path = "../bellman" }
|
|
|
|
pairing = { path = "../pairing" }
|
|
|
|
sapling-crypto = { path = "../sapling-crypto" }
|