mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-02-01 03:12:15 +00:00
Switched deps to temporary alternate repo
This commit is contained in:
parent
4609c5ca9c
commit
c21386b4b5
@ -46,34 +46,34 @@ serde_derive = "1.0"
|
||||
reqwest = { version = "0.10.8", features = ["blocking", "json"] }
|
||||
|
||||
[dependencies.bellman]
|
||||
git = "https://github.com/piratenetwork/librustzcash.git"
|
||||
rev = "2981c4d2860f7cd73282fed885daac0323ff0280"
|
||||
git = "https://github.com/CalDescent1/librustzcash.git"
|
||||
rev = "82ba685f61a6666edff9b395d5a23d4d6f08d5dd"
|
||||
default-features = false
|
||||
features = ["groth16", "multicore"]
|
||||
|
||||
[dependencies.pairing]
|
||||
git = "https://github.com/piratenetwork/librustzcash.git"
|
||||
rev = "2981c4d2860f7cd73282fed885daac0323ff0280"
|
||||
git = "https://github.com/CalDescent1/librustzcash.git"
|
||||
rev = "82ba685f61a6666edff9b395d5a23d4d6f08d5dd"
|
||||
|
||||
[dependencies.zcash_client_backend]
|
||||
git = "https://github.com/piratenetwork/librustzcash.git"
|
||||
rev = "2981c4d2860f7cd73282fed885daac0323ff0280"
|
||||
git = "https://github.com/CalDescent1/librustzcash.git"
|
||||
rev = "82ba685f61a6666edff9b395d5a23d4d6f08d5dd"
|
||||
default-features = false
|
||||
|
||||
[dependencies.zcash_primitives]
|
||||
git = "https://github.com/piratenetwork/librustzcash.git"
|
||||
rev = "2981c4d2860f7cd73282fed885daac0323ff0280"
|
||||
git = "https://github.com/CalDescent1/librustzcash.git"
|
||||
rev = "82ba685f61a6666edff9b395d5a23d4d6f08d5dd"
|
||||
default-features = false
|
||||
features = ["transparent-inputs"]
|
||||
|
||||
[dependencies.zcash_proofs]
|
||||
git = "https://github.com/piratenetwork/librustzcash.git"
|
||||
rev = "2981c4d2860f7cd73282fed885daac0323ff0280"
|
||||
git = "https://github.com/CalDescent1/librustzcash.git"
|
||||
rev = "82ba685f61a6666edff9b395d5a23d4d6f08d5dd"
|
||||
default-features = false
|
||||
|
||||
[dependencies.ff]
|
||||
git = "https://github.com/piratenetwork/librustzcash.git"
|
||||
rev = "2981c4d2860f7cd73282fed885daac0323ff0280"
|
||||
git = "https://github.com/CalDescent1/librustzcash.git"
|
||||
rev = "82ba685f61a6666edff9b395d5a23d4d6f08d5dd"
|
||||
features = ["ff_derive"]
|
||||
|
||||
[build-dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user