|
@@ -15,7 +15,7 @@ bls12_381 = "0.3.1"
|
|
|
jubjub = "0.5.1"
|
|
jubjub = "0.5.1"
|
|
|
|
|
|
|
|
zcash_primitives = "0.5.0"
|
|
zcash_primitives = "0.5.0"
|
|
|
-zcash_proofs = "0.5.0"
|
|
|
|
|
|
|
+zcash_proofs = "0.5.0"
|
|
|
# zcash_primitives = { git = "https://github.com/zcash/librustzcash" }
|
|
# zcash_primitives = { git = "https://github.com/zcash/librustzcash" }
|
|
|
#zcash_proofs = { git = "https://github.com/zcash/librustzcash" }
|
|
#zcash_proofs = { git = "https://github.com/zcash/librustzcash" }
|
|
|
#zcash_proofs = { git = "https://github.com/narodnik/librustzcash" }
|
|
#zcash_proofs = { git = "https://github.com/narodnik/librustzcash" }
|
|
@@ -81,7 +81,7 @@ fs_extra = "1.2"
|
|
|
glob = "0.3"
|
|
glob = "0.3"
|
|
|
|
|
|
|
|
# zmq
|
|
# zmq
|
|
|
-zeromq = { version = "0.2.0", default-features = false, features = ["async-std-runtime", "all-transport"] }
|
|
|
|
|
|
|
+zeromq = { git="https://github.com/zeromq/zmq.rs", default-features = false, features = ["async-std-runtime", "all-transport"] }
|
|
|
bytes = "1.0.1"
|
|
bytes = "1.0.1"
|
|
|
|
|
|
|
|
# wallet deps
|
|
# wallet deps
|
|
@@ -138,3 +138,4 @@ path = "src/bin/darkfid.rs"
|
|
|
|
|
|
|
|
[profile.release]
|
|
[profile.release]
|
|
|
debug = 1
|
|
debug = 1
|
|
|
|
|
+
|