pirate-librustzcash/zcash_proofs/Cargo.toml
2019-07-18 18:22:20 +02:00

17 lines
354 B
TOML

[package]
name = "zcash_proofs"
version = "0.0.0"
authors = [
"Jack Grigg <jack@z.cash>",
]
[dependencies]
bellman = { path = "../bellman" }
blake2b_simd = "0.5"
byteorder = "1"
ff = { path = "../ff" }
pairing = { path = "../pairing" }
rand = "0.4"
sapling-crypto = { path = "../sapling-crypto" }
zcash_primitives = { path = "../zcash_primitives" }