mirror of
https://git.ghostchain.io/proxmio/ghost-node.git
synced 2025-12-27 03:09:56 +00:00
inital commit, which is clearly not initial
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
21
utils/ghostkey/Cargo.toml
Executable file
21
utils/ghostkey/Cargo.toml
Executable file
@@ -0,0 +1,21 @@
|
||||
[package]
|
||||
name = "ghostkey"
|
||||
version = "0.3.15"
|
||||
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 }
|
||||
Reference in New Issue
Block a user