zwallet/Cargo.toml

23 lines
929 B
TOML
Raw Normal View History

2021-06-21 19:17:48 -07:00
[workspace]
members = ["native/*"]
[profile.release]
lto = true
codegen-units = 1
2022-03-14 19:42:31 -07:00
debug = false
2022-06-16 03:16:32 -07:00
2022-11-20 21:20:59 -08:00
#[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" }
#
2022-08-02 08:36:38 -07:00
[patch.crates-io]
2022-11-20 21:20:59 -08:00
zcash_note_encryption = { git = "https://github.com/hhanh00/librustzcash.git", rev = "2cb26889d9384c7f43f1bd8417a5c088ae380323" }
2022-08-02 08:36:38 -07:00
jubjub = { git = "https://github.com/hhanh00/jubjub.git", rev = "4a3edf3d242f368b5aa418ec659d01f191127cf3" }