-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (24 loc) · 1.17 KB
/
Copy pathCargo.toml
File metadata and controls
29 lines (24 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[workspace]
resolver = "2"
members = ["native/*", "rust"]
[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 = "0.2"
[patch.crates-io]
#zcash_note_encryption = { path = "librustzcash/components/zcash_note_encryption" }
#zcash_note_encryption = { git = "https://github.com/hhanh00/librustzcash.git", rev = "f349526f" }
# Android 32-bit fix
halo2_gadgets = { git = "https://github.com/zcash/halo2.git", rev = "d751768afe0d2105b349dd93f73fde7f2eade088" }
halo2_proofs = { git = "https://github.com/zcash/halo2.git", rev = "d751768afe0d2105b349dd93f73fde7f2eade088" }
orchard = {git = "https://github.com/hhanh00/orchard.git", rev="9862176"}
#orchard = {path = "orchard"}