stub of CLI interface

This commit is contained in:
sigil-03 2025-04-02 21:38:13 -06:00
commit 9816809143
5 changed files with 288 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "power"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.35", features = ["derive"] }