Started work on config file and parsing
This commit is contained in:
parent
8e45b2b65a
commit
c6c2a89eb2
4 changed files with 163 additions and 0 deletions
|
@ -8,3 +8,5 @@ edition = "2021"
|
|||
[dependencies]
|
||||
clap = { version = "4.5.18", features = ["cargo", "derive"] }
|
||||
color-print = "0.3.5"
|
||||
serde = "1.0.217"
|
||||
toml = "0.8.19"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue