mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-30 23:42:13 +00:00
14 lines
257 B
TOML
14 lines
257 B
TOML
[package]
|
|
name = "zcash_proofs"
|
|
version = "0.0.0"
|
|
authors = [
|
|
"Jack Grigg <jack@z.cash>",
|
|
]
|
|
|
|
[dependencies]
|
|
bellman = { path = "../bellman" }
|
|
byteorder = "1"
|
|
pairing = { path = "../pairing" }
|
|
rand = "0.4"
|
|
sapling-crypto = { path = "../sapling-crypto" }
|