parity-zcash/miner/Cargo.toml

13 lines
295 B
TOML
Raw Normal View History

2016-10-14 14:37:32 -07:00
[package]
name = "miner"
version = "0.1.0"
authors = ["Ethcore <admin@ethcore.io>"]
[dependencies]
2016-10-19 03:07:11 -07:00
heapsize = "0.3"
2016-10-14 14:37:32 -07:00
chain = { path = "../chain" }
2016-11-24 22:07:29 -08:00
db = { path = "../db" }
2016-10-14 14:37:32 -07:00
primitives = { path = "../primitives" }
serialization = { path = "../serialization" }
test-data = { path = "../test-data" }