This commit is contained in:
Aditya Kulkarni
2019-09-09 17:40:00 -07:00
parent 84ec286f7f
commit 9b9641a6f4
3 changed files with 125 additions and 26 deletions

View File

@@ -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"