23 lines
929 B
TOML
23 lines
929 B
TOML
[workspace]
|
|
members = ["native/*"]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
debug = false
|
|
|
|
#[patch."https://github.com/hhanh00/zcash-params.git"]
|
|
#zcash_params = { path = "native/zcash-params" }
|
|
#
|
|
#[patch."https://github.com/hhanh00/librustzcash.git"]
|
|
#zcash_client_backend = { path = "librustzcash/zcash_client_backend" }
|
|
#zcash_primitives = { path = "librustzcash/zcash_primitives" }
|
|
#zcash_proofs = { path = "librustzcash/zcash_proofs" }
|
|
#zcash_address = { path = "librustzcash/components/zcash_address" }
|
|
#zcash_encoding = { path = "librustzcash/components/zcash_encoding" }
|
|
#zcash_note_encryption = { path = "librustzcash/components/zcash_note_encryption" }
|
|
#
|
|
[patch.crates-io]
|
|
zcash_note_encryption = { git = "https://github.com/hhanh00/librustzcash.git", rev = "2cb26889d9384c7f43f1bd8417a5c088ae380323" }
|
|
jubjub = { git = "https://github.com/hhanh00/jubjub.git", rev = "4a3edf3d242f368b5aa418ec659d01f191127cf3" }
|