Files
pezkuwi-subxt/substrate/test-utils/chain-spec-builder/Cargo.toml
T

15 lines
414 B
TOML

[package]
name = "chain-spec-builder"
version = "2.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
build = "build.rs"
[dependencies]
ansi_term = "0.12.1"
keystore = { package = "substrate-keystore", path = "../../core/keystore" }
node-cli = { path = "../../node/cli" }
primitives = { package = "substrate-primitives", path = "../../core/primitives" }
rand = "0.7.2"
structopt = "0.3.3"