mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Add missing crate dependency
This commit is contained in:
parent
929943d8b1
commit
23816d1c2b
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,7 @@ secp256k1zkp = { path = "../secp256k1zkp" }
|
||||||
|
|
||||||
cuckoo_miner = { git = "https://github.com/mimblewimble/cuckoo-miner", tag="grin_integration_2"}
|
cuckoo_miner = { git = "https://github.com/mimblewimble/cuckoo-miner", tag="grin_integration_2"}
|
||||||
|
|
||||||
|
blake2-rfc = "~0.2.17"
|
||||||
env_logger="^0.3.5"
|
env_logger="^0.3.5"
|
||||||
futures = "^0.1.9"
|
futures = "^0.1.9"
|
||||||
futures-cpupool = "^0.1.3"
|
futures-cpupool = "^0.1.3"
|
||||||
|
@ -28,5 +29,4 @@ serde_derive = "~1.0.8"
|
||||||
tokio-core="^0.1.1"
|
tokio-core="^0.1.1"
|
||||||
tokio-timer="^0.1.0"
|
tokio-timer="^0.1.0"
|
||||||
rand = "^0.3"
|
rand = "^0.3"
|
||||||
tiny-keccak = "1.1"
|
|
||||||
lazy_static = "0.2.8"
|
lazy_static = "0.2.8"
|
||||||
|
|
Loading…
Reference in a new issue