10d82ef119
* cleanup * upbork * review grumble: rename client id prefix * rpc-tests: make one of the clients open-ethereum * fix doctest * README: mention clang version and that our wiki is old
10 lines
210 B
TOML
10 lines
210 B
TOML
[package]
|
|
description = "Open Ethereum Chain Specification"
|
|
name = "chainspec"
|
|
version = "0.1.0"
|
|
authors = ["Marek Kotewicz <marek@parity.io>"]
|
|
|
|
[dependencies]
|
|
ethjson = { path = "../json" }
|
|
serde_json = "1.0"
|