MrBoec/client/cli/src/lib.rs
Uncle Stretch 767161ac9c
rustfmt ghost client cli and fix typos
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
2025-07-29 15:02:07 +03:00

6 lines
97 B
Rust

pub mod commands;
pub mod params;
pub use commands::KeySubcommand;
pub use commands::VanityCmd;