parity-zcash/miner/Cargo.toml

12 lines
271 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" }
primitives = { path = "../primitives" }
serialization = { path = "../serialization" }
test-data = { path = "../test-data" }