openethereum/ethash/Cargo.toml

12 lines
171 B
TOML
Raw Normal View History

2016-01-17 12:00:34 +01:00
[package]
name = "ethash"
version = "0.9.99"
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"