mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
12 lines
342 B
TOML
12 lines
342 B
TOML
[package]
|
|
name = "chain-spec-builder"
|
|
version = "0.1.0"
|
|
authors = ["haydn dufrene <haydn.dufrene@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
clap = { version = "~2.32", features = ["yaml"] }
|
|
node-cli = { path = "../../node/cli" }
|
|
substrate-primitives = { path = "../../core/primitives" }
|
|
substrate-service = { path = "../../core/service" }
|