12 lines
170 B
TOML
12 lines
170 B
TOML
[package]
|
|
name = "ethash"
|
|
version = "1.1.0"
|
|
authors = ["arkpar <arkadiy@ethcore.io"]
|
|
|
|
[lib]
|
|
|
|
[dependencies]
|
|
log = "0.3"
|
|
sha3 = { path = "../util/sha3" }
|
|
primal = "0.2.3"
|