ghost-node/utils/ghostkey/Cargo.toml
Uncle Stretch e21ac88235
rustfmt ghostkey and fix typos
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
2025-07-29 14:27:53 +03:00

22 lines
557 B
TOML

[package]
name = "ghostkey"
version = "0.3.16"
description = "Generate and restore keys for chains such as Ghost and Casper"
license.workspace = true
authors.workspace = true
edition.workspace = true
homepage.workspace = true
repository.workspace = true
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[[bin]]
name = "ghostkey"
path = "src/main.rs"
[dependencies]
clap = { workspace = true, features = ["derive"] }
sc-cli = { workspace = true, default-features = true }
ghost-client-cli = { workspace = true, default-features = true }