Start work on build command
This commit is contained in:
parent
bcd7e710a2
commit
71d93977b9
7 changed files with 226 additions and 18 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue