26 lines
775 B
TOML
26 lines
775 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" }
|
|
schemer = { git = "https://github.com/aschampion/schemer.git", rev = "6726b60f43f72c6e24a18d31be0ec7d42829e5e1" }
|
|
schemer-rusqlite = { git = "https://github.com/aschampion/schemer.git", rev = "6726b60f43f72c6e24a18d31be0ec7d42829e5e1" }
|