librustzcash/Cargo.toml

17 lines
235 B
TOML
Raw Normal View History

2018-08-23 13:10:04 -07:00
[workspace]
members = [
"bellman",
"ff",
"group",
2018-08-23 13:10:04 -07:00
"librustzcash",
"pairing",
"zcash_client_backend",
"zcash_primitives",
"zcash_proofs",
2018-08-23 13:10:04 -07:00
]
[profile.release]
lto = true
panic = 'abort'
codegen-units = 1