librustzcash/Cargo.toml

25 lines
783 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]
2023-07-25 13:57:49 -07:00
incrementalmerkletree = { git = "https://github.com/zcash/incrementalmerkletree.git", rev = "da97e6c399c5acddedad2c1730dbb7ee55499a2f" }
shardtree = { git = "https://github.com/zcash/incrementalmerkletree.git", rev = "da97e6c399c5acddedad2c1730dbb7ee55499a2f" }
orchard = { git = "https://github.com/zcash/orchard.git", rev = "6ef89d5f154de2cf7b7dd87edb8d8c49158beebb" }