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]
incrementalmerkletree = { git = "https://github.com/zcash/incrementalmerkletree.git", rev = "082109deacf8611ee7917732e19b56158bda96d5" }
shardtree = { git = "https://github.com/zcash/incrementalmerkletree.git", rev = "082109deacf8611ee7917732e19b56158bda96d5" }
orchard = { git = "https://github.com/zcash/orchard.git", rev = "5da41a6bbb44290e353ee4b38bcafe37ffe79ce8" }