mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-30 15:32:14 +00:00
18 lines
256 B
TOML
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
|