openethereum/ethash/Cargo.toml

10 lines
141 B
TOML
Raw Normal View History

2016-01-17 12:00:34 +01:00
[package]
name = "ethash"
version = "0.1.0"
authors = ["arkpar <arkadiy@ethcore.io"]
[lib]
[dependencies]
2016-01-18 12:49:39 +01:00
sha3 = { path = "../util/sha3" }