diff --git a/utils/ghostkey/Cargo.toml b/utils/ghostkey/Cargo.toml index b365a3b..96bf557 100644 --- a/utils/ghostkey/Cargo.toml +++ b/utils/ghostkey/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ghostkey" -version = "0.3.15" +version = "0.3.16" description = "Generate and restore keys for chains such as Ghost and Casper" license.workspace = true authors.workspace = true diff --git a/utils/ghostkey/src/lib.rs b/utils/ghostkey/src/lib.rs index 67239ff..2f33be3 100644 --- a/utils/ghostkey/src/lib.rs +++ b/utils/ghostkey/src/lib.rs @@ -1,13 +1,8 @@ use clap::Parser; -use ghost_client_cli::{VanityCmd, KeySubcommand}; +use ghost_client_cli::{KeySubcommand, VanityCmd}; #[derive(Debug, Parser)] -#[command( - name = "ghostkey", - author = "f4t50", - about = "Ghost Key Tool", - version -)] +#[command(name = "ghostkey", author = "f4t50", about = "Ghost Key Tool", version)] pub enum Ghostkey { /// Key utility for the CLI #[clap(flatten)]