10 lines
225 B
TOML
10 lines
225 B
TOML
[package]
|
|
description = "Parity Ethereum Chain Specification"
|
|
name = "chainspec"
|
|
version = "0.1.0"
|
|
authors = ["Marek Kotewicz <marek@parity.io>"]
|
|
|
|
[dependencies]
|
|
ethjson = { path = "../../crates/ethjson" }
|
|
serde_json = "1.0"
|