mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
56355879be
* Fix cli for structopt 0.3.7 and pin to that version This is just some hotfix to make everything compile. In the future it will require another pr to not depend on internals of StructOpt, but that will probably also require some additions to StructOpt itself. To not break the code again with another StructOpt, this also pins the StructOpt version. * Fix benches * Fix for fix
15 lines
413 B
TOML
15 lines
413 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"
|
|
sc-keystore = { version = "2.0.0", path = "../../../client/keystore" }
|
|
node-cli = { version = "2.0.0", path = "../../node/cli" }
|
|
sp-core = { version = "2.0.0", path = "../../../primitives/core" }
|
|
rand = "0.7.2"
|
|
structopt = "=0.3.7"
|