initial commit - laid out stuff
This commit is contained in:
commit
0d0cb945a1
6 changed files with 463 additions and 0 deletions
15
Cargo.toml
Normal file
15
Cargo.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "shoe"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.38", features = ["derive"] }
|
||||
clap_complete = "*"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_yml = "0.0.12"
|
||||
|
||||
[build-dependencies]
|
||||
clap = "*"
|
||||
clap_complete = "*"
|
Loading…
Add table
Add a link
Reference in a new issue