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",
|
2021-03-07 10:18:16 -08:00
|
|
|
"components/zcash_address",
|
2021-08-30 09:42:05 -07:00
|
|
|
"components/zcash_encoding",
|
2021-03-19 13:56:20 -07:00
|
|
|
"components/zcash_note_encryption",
|
2018-10-22 09:36:23 -07:00
|
|
|
"zcash_client_backend",
|
2019-03-08 18:16:00 -08:00
|
|
|
"zcash_client_sqlite",
|
2020-05-06 16:52:03 -07:00
|
|
|
"zcash_extensions",
|
2020-03-03 17:02:31 -08:00
|
|
|
"zcash_history",
|
2018-08-23 15:15:22 -07:00
|
|
|
"zcash_primitives",
|
|
|
|
"zcash_proofs",
|
2018-08-23 13:10:04 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = true
|
|
|
|
panic = 'abort'
|
|
|
|
codegen-units = 1
|
2021-06-04 13:51:04 -07:00
|
|
|
|
|
|
|
[patch.crates-io]
|
2021-08-30 09:42:05 -07:00
|
|
|
zcash_encoding = { path = "components/zcash_encoding" }
|
2021-06-15 12:20:53 -07:00
|
|
|
zcash_note_encryption = { path = "components/zcash_note_encryption" }
|
2021-10-01 11:52:19 -07:00
|
|
|
hdwallet = { git = "https://github.com/nuttycom/hdwallet", rev = "576683b9f2865f1118c309017ff36e01f84420c9" }
|