Start work on build command

This commit is contained in:
Gerald Pinder 2023-12-17 15:34:32 -05:00
parent bcd7e710a2
commit 71d93977b9
7 changed files with 226 additions and 18 deletions

View file

@ -13,6 +13,7 @@ exclude = [".gitlab-ci.yml", ".helix/", ".git/", ".gitignore"]
[dependencies]
anyhow = "1.0.75"
cfg-if = "1.0.0"
chrono = "0.4.31"
clap = { version = "4.4.4", features = ["derive"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"