initial commit - laid out and stuff, cli's working
This commit is contained in:
commit
9ef6ec2a05
8 changed files with 135 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue