inital commit, which is clearly not initial

Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
Uncle Stretch
2024-10-03 15:38:52 +03:00
commit 66719626bb
178 changed files with 41709 additions and 0 deletions

21
utils/ghostkey/Cargo.toml Executable file
View 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 }