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:
16
utils/generate-bags/Cargo.toml
Executable file
16
utils/generate-bags/Cargo.toml
Executable file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "ghost-voter-bags"
|
||||
version = "0.3.6"
|
||||
description = "CLI to generate voter bags for Ghost runtimes"
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
repository.workspace = true
|
||||
homepage.workspace = true
|
||||
|
||||
[dependencies]
|
||||
clap = { workspace = true, features = ["derive"] }
|
||||
sp-io = { workspace = true, default-features = true }
|
||||
generate-bags = { workspace = true }
|
||||
|
||||
casper-runtime = { path = "../../runtime/casper", default-features = true }
|
||||
Reference in New Issue
Block a user