2018-08-23 13:10:04 -07:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2018-08-28 15:06:15 -07:00
|
|
|
"bellman",
|
2019-01-06 01:50:07 -08:00
|
|
|
"ff",
|
|
|
|
"group",
|
2018-08-28 15:06:15 -07:00
|
|
|
"pairing",
|
2018-10-22 09:36:23 -07:00
|
|
|
"zcash_client_backend",
|
2020-03-03 17:02:31 -08:00
|
|
|
"zcash_history",
|
2018-08-23 15:15:22 -07:00
|
|
|
"zcash_primitives",
|
|
|
|
"zcash_proofs",
|
2019-12-12 10:40:48 -08:00
|
|
|
"jubjub",
|
|
|
|
"bls12_381",
|
2018-08-23 13:10:04 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = true
|
|
|
|
panic = 'abort'
|
|
|
|
codegen-units = 1
|