Files
pezkuwi-subxt/substrate/test-utils/chain-spec-builder/Cargo.toml
T
André Silva 9d23d2a25a Bump master to v2.0.0 (#2514)
* bump crates to v2.0.0

* fix crate authors

* bump node runtime spec_version

* remove unused import for no-std
2019-05-10 16:55:15 +02:00

12 lines
340 B
TOML

[package]
name = "chain-spec-builder"
version = "2.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
clap = { version = "~2.32", features = ["yaml"] }
node-cli = { path = "../../node/cli" }
substrate-primitives = { path = "../../core/primitives" }
substrate-service = { path = "../../core/service" }