3
0
mirror of https://github.com/Qortal/pirate-librustzcash.git synced 2025-02-21 21:45:46 +00:00

12 lines
228 B
TOML
Raw Normal View History

[package]
name = "zcash_proofs"
version = "0.0.0"
authors = [
"Jack Grigg <jack@z.cash>",
]
[dependencies]
bellman = { path = "../bellman" }
pairing = { path = "../pairing" }
sapling-crypto = { path = "../sapling-crypto" }