0c7c34e609
* chainspec validation * better error formatting for chainspec * lint validate_chainspecs.sh * quit takes &str instead of S: AsRef<str> * push CI * don't double check spec validity
10 lines
185 B
TOML
10 lines
185 B
TOML
[package]
|
|
name = "chainspec"
|
|
version = "0.1.0"
|
|
authors = ["debris <marek.kotewicz@gmail.com>"]
|
|
|
|
[dependencies]
|
|
ethjson = { path = "../json" }
|
|
serde_json = "1.0"
|
|
serde_ignored = "0.0.4"
|