openethereum/ethash/Cargo.toml

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" }