mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-02-01 03:12:15 +00:00
Use fork of librustzcash
This commit is contained in:
parent
165328abed
commit
e65213992d
12
Cargo.toml
12
Cargo.toml
@ -32,28 +32,28 @@ sha2 = "0.8.0"
|
|||||||
ripemd160 = "0.8.0"
|
ripemd160 = "0.8.0"
|
||||||
|
|
||||||
[dependencies.bellman]
|
[dependencies.bellman]
|
||||||
path = "../librustzcash/bellman"
|
git = "https://github.com/adityapk00/librustzcash.git"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["groth16"]
|
features = ["groth16"]
|
||||||
|
|
||||||
[dependencies.pairing]
|
[dependencies.pairing]
|
||||||
path = "../librustzcash/pairing"
|
git = "https://github.com/adityapk00/librustzcash.git"
|
||||||
|
|
||||||
[dependencies.zcash_client_backend]
|
[dependencies.zcash_client_backend]
|
||||||
path = "../librustzcash/zcash_client_backend"
|
git = "https://github.com/adityapk00/librustzcash.git"
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.zcash_primitives]
|
[dependencies.zcash_primitives]
|
||||||
path = "../librustzcash/zcash_primitives"
|
git = "https://github.com/adityapk00/librustzcash.git"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["transparent-inputs"]
|
features = ["transparent-inputs"]
|
||||||
|
|
||||||
[dependencies.zcash_proofs]
|
[dependencies.zcash_proofs]
|
||||||
path = "../librustzcash/zcash_proofs"
|
git = "https://github.com/adityapk00/librustzcash.git"
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.ff]
|
[dependencies.ff]
|
||||||
path = "../librustzcash/ff"
|
git = "https://github.com/adityapk00/librustzcash.git"
|
||||||
features = ["ff_derive"]
|
features = ["ff_derive"]
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
Loading…
Reference in New Issue
Block a user