librustzcash/Cargo.toml

19 lines
262 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",
"sapling-crypto",
"zcash_primitives",
"zcash_proofs",
"zcash_wallet",
"zip32",
2018-08-23 13:10:04 -07:00
]
[profile.release]
lto = true
panic = 'abort'
codegen-units = 1