openethereum/bin/chainspec/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
225 B
TOML
Raw Normal View History

[package]
description = "Parity Ethereum Chain Specification"
name = "chainspec"
version = "0.1.0"
authors = ["Marek Kotewicz <marek@parity.io>"]
[dependencies]
2021-01-13 18:03:12 +01:00
ethjson = { path = "../../crates/ethjson" }
serde_json = "1.0"