librustzcash/Cargo.toml

19 lines
267 B
TOML

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