2017-08-02 12:50:36 +02:00
|
|
|
[package]
|
2019-08-12 18:55:11 +02:00
|
|
|
description = "Parity Ethereum Chain Specification"
|
2017-08-02 12:50:36 +02:00
|
|
|
name = "chainspec"
|
|
|
|
version = "0.1.0"
|
2018-08-30 19:57:27 +02:00
|
|
|
authors = ["Marek Kotewicz <marek@parity.io>"]
|
2017-08-02 12:50:36 +02:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
ethjson = { path = "../json" }
|
|
|
|
serde_json = "1.0"
|