mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-28 22:42:14 +00:00
16ba891726
This crate now lives in https://github.com/zcash/zcash, which is the sole intended consumer of the C FFI.
19 lines
267 B
TOML
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
|