pirate-librustzcash/Cargo.toml
2020-03-03 18:04:18 -07:00

18 lines
256 B
TOML

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