[package] name = "chain-spec-builder" version = "2.0.0" authors = ["Parity Technologies "] 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"