26 lines
755 B
TOML
26 lines
755 B
TOML
[workspace]
|
|
members = [
|
|
"components/equihash",
|
|
"components/f4jumble",
|
|
"components/zcash_address",
|
|
"components/zcash_encoding",
|
|
"components/zcash_note_encryption",
|
|
"zcash_client_backend",
|
|
"zcash_client_sqlite",
|
|
"zcash_extensions",
|
|
"zcash_history",
|
|
"zcash_primitives",
|
|
"zcash_proofs",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
panic = 'abort'
|
|
codegen-units = 1
|
|
|
|
[patch.crates-io]
|
|
zcash_encoding = { path = "components/zcash_encoding" }
|
|
zcash_note_encryption = { path = "components/zcash_note_encryption" }
|
|
orchard = { git = "https://github.com/zcash/orchard.git", rev = "33f1c1141e50adb68715f3359bd75378b4756cca" }
|
|
group = { git = "https://github.com/zkcrypto/group.git", rev = "a7f3ceb2373e9fe536996f7b4d55c797f3e667f0" }
|