mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-26 10:01:13 +00:00
12 lines
366 B
TOML
12 lines
366 B
TOML
[package]
|
|
name = "chain-spec-builder"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
clap = { version = "2.33.0", features = ["yaml"] }
|
|
node-cli = { path = "../../node/cli" }
|
|
primitives = { package = "substrate-primitives", path = "../../core/primitives" }
|
|
substrate-service = { path = "../../core/service" }
|