openethereum/bin/chainspec/Cargo.toml
2021-01-14 15:30:57 +01:00

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"