Started work on config file and parsing

This commit is contained in:
Andrew Schott 2025-01-02 18:44:15 -06:00
parent 8e45b2b65a
commit c6c2a89eb2
4 changed files with 163 additions and 0 deletions

View file

@ -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"