MrBoec/utils/generate-bags/Cargo.toml
Uncle Stretch 66719626bb
inital commit, which is clearly not initial
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
2024-10-03 15:38:52 +03:00

17 lines
480 B
TOML
Executable File

[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 }