openethereum/ethash/Cargo.toml
2016-01-30 23:02:55 +01:00

12 lines
171 B
TOML

[package]
name = "ethash"
version = "0.1.0"
authors = ["arkpar <arkadiy@ethcore.io"]
[lib]
[dependencies]
log = "0.3"
lru-cache = "0.0"
sha3 = { path = "../util/sha3" }