Files
pezkuwi-subxt/substrate/test-utils/chain-spec-builder/Cargo.toml
T
André Silva 6c0e9fb107 chain spec builder: add generate mode for authority keys (#3811)
* core: use trait object for genesis constructor

* chain-spec-builder: use structopt

* chain-spec-builder: add new command to generate authority keys

* chain-spec-builder: use ? in main

* chain-spec-builder: fix stored and printed suri from seed

* chain-spec-builder: add comment about created keystore folders

* chain-spec-builder: simplify file write
2019-10-15 15:07:56 +01:00

14 lines
395 B
TOML

[package]
name = "chain-spec-builder"
version = "2.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[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"