pirate-librustzcash/Cargo.toml
2018-08-28 22:24:14 +01:00

13 lines
174 B
TOML

[workspace]
members = [
"librustzcash",
"zcash_primitives",
"zcash_proofs",
"zcash_wallet",
]
[profile.release]
lto = true
panic = 'abort'
codegen-units = 1