librustzcash/Cargo.toml

19 lines
267 B
TOML
Raw Normal View History

2018-08-23 13:10:04 -07:00
[workspace]
members = [
"bellman",
"ff",
"group",
"pairing",
"zcash_client_backend",
2020-03-03 17:02:31 -08:00
"zcash_history",
"zcash_primitives",
"zcash_proofs",
"jubjub",
"bls12_381",
2018-08-23 13:10:04 -07:00
]
[profile.release]
lto = true
panic = 'abort'
codegen-units = 1