mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-11-02 05:07:01 +00:00
working
This commit is contained in:
@@ -8,6 +8,7 @@ tower-grpc = { git = "https://github.com/tower-rs/tower-grpc" }
|
||||
futures = "0.1"
|
||||
bytes = "0.4"
|
||||
env_logger = { version = "0.5", default-features = false }
|
||||
base58 = "0.1.0"
|
||||
log = "0.4"
|
||||
http = "0.1"
|
||||
prost = "0.5"
|
||||
@@ -25,6 +26,9 @@ rand = "0.5.6"
|
||||
json = "0.12.0"
|
||||
bip39 = "0.6.0-beta.1"
|
||||
clap = "2.33"
|
||||
secp256k1 = "=0.15.0"
|
||||
sha2 = "0.8.0"
|
||||
ripemd160 = "0.8.0"
|
||||
|
||||
[dependencies.bellman]
|
||||
path = "../../librustzcash/bellman"
|
||||
@@ -41,6 +45,7 @@ default-features = false
|
||||
[dependencies.zcash_primitives]
|
||||
path = "../../librustzcash/zcash_primitives"
|
||||
default-features = false
|
||||
features = ["transparent-inputs"]
|
||||
|
||||
[dependencies.zcash_proofs]
|
||||
path = "../../librustzcash/zcash_proofs"
|
||||
|
||||
Reference in New Issue
Block a user