openethereum/ethash/Cargo.toml

12 lines
191 B
TOML
Raw Normal View History

2016-01-17 12:00:34 +01:00
[package]
name = "ethash"
2016-06-25 10:32:05 +02:00
version = "1.3.0"
2016-01-17 12:00:34 +01:00
authors = ["arkpar <arkadiy@ethcore.io"]
[lib]
[dependencies]
2016-01-30 23:02:55 +01:00
log = "0.3"
2016-01-18 12:49:39 +01:00
sha3 = { path = "../util/sha3" }
primal = "0.2.3"
parking_lot = "0.2.6"