Add print options

This commit is contained in:
2022-11-15 23:31:16 +01:00
parent 909e679632
commit 1b68728e3e
4 changed files with 275 additions and 34 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.23"
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0.147", features = ["derive"] }
serde_derive = "1.0.147"