ghost-node/utils/chain-spec-builder/Cargo.toml
Uncle Stretch 2ad43a56ba
rustfmt chain-spec-builder and fix typos
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
2025-07-29 14:26:12 +03:00

22 lines
612 B
TOML

[package]
name = "ghost-staging-chain-spec-builder"
description = "Utility for building chain-specification files for Ghost and Casper runtimes on `sp-genesis-builder`"
version = "1.6.2"
build = "build.rs"
authors.workspace = true
edition.workspace = true
repository.workspace = true
license.workspace = true
homepage.workspace = true
[[bin]]
path = "bin/main.rs"
name = "chain-spec-builder"
[dependencies]
clap = { workspace = true, features = ["derive"] }
log = { workspace = true }
serde_json = { workspace = true }
sc-chain-spec = { workspace = true }
sp-tracing = { workspace = true, features = ["std"] }