at least it runs

This commit is contained in:
Bel LaPointe
2023-11-29 05:51:49 -07:00
parent b2df61a235
commit 2fc3fc605b
3 changed files with 221 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.31"
clap = { version = "4.4.8", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_yaml = "0.9.27"