10 lines
141 B
TOML
10 lines
141 B
TOML
[package]
|
|
name = "ethash"
|
|
version = "0.1.0"
|
|
authors = ["arkpar <arkadiy@ethcore.io"]
|
|
|
|
[lib]
|
|
|
|
[dependencies]
|
|
sha3 = { path = "../util/sha3" }
|