feat!: CLI init
- Added CLI, does not perform any action now, but accepts arguments correctly BREAKING CHANGE: Removed main.rs file
This commit is contained in:
parent
f5180a559b
commit
119b7bce9c
4 changed files with 117 additions and 4 deletions
|
|
@ -4,6 +4,7 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
clap = "4.5.53"
|
||||
clap = { version = "4.5.53", features = ["derive"] }
|
||||
clap_derive = "4.5.49"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
toml = "0.9.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue