librustzcash/Cargo.toml

26 lines
755 B
TOML
Raw Normal View History

2018-08-23 13:10:04 -07:00
[workspace]
members = [
2020-06-25 17:53:07 -07:00
"components/equihash",
2021-09-22 06:13:34 -07:00
"components/f4jumble",
"components/zcash_address",
"components/zcash_encoding",
2021-03-19 13:56:20 -07:00
"components/zcash_note_encryption",
"zcash_client_backend",
"zcash_client_sqlite",
"zcash_extensions",
2020-03-03 17:02:31 -08:00
"zcash_history",
"zcash_primitives",
"zcash_proofs",
2018-08-23 13:10:04 -07:00
]
[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" }