initial commit - laid out and stuff, cli's working

This commit is contained in:
askiiart 2025-03-17 19:24:31 -05:00
commit 9ef6ec2a05
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
8 changed files with 135 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "runner"
version = "0.1.0"
edition = "2024"
[dependencies]
better-commands = "1.0.2"
clap = { version = "4.5.32", features = ["derive"] }
clap_complete = "4.5.46"