cargo-bp 0.5.0

CLI for creating and managing battery packs (cargo bp)
1
2
3
fn main() -> anyhow::Result<()> {
    bphelper_cli::main()
}