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

19 lines
266 B
TOML

[workspace]
members = [
"bellman",
"ff",
"group",
"librustzcash",
"pairing",
"zcash_client_backend",
"zcash_primitives",
"zcash_proofs",
"jubjub",
"bls12_381",
]
[profile.release]
lto = true
panic = 'abort'
codegen-units = 1