pirate-librustzcash/Cargo.toml
Jack Grigg 16ba891726 Remove librustzcash crate
This crate now lives in https://github.com/zcash/zcash, which is the
sole intended consumer of the C FFI.
2020-03-14 10:50:04 +13:00

19 lines
267 B
TOML

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