basic caching

This commit is contained in:
Matthew Ryan Dillon 2025-05-11 07:46:52 -04:00
parent 03f929ee19
commit 45a1e30e87
8 changed files with 113 additions and 17 deletions

View file

@ -9,7 +9,7 @@ toml = "0.8"
# Only keep one of blocking+async if all features converted
reqwest = { version = "0.12", features = ["json", "rustls-tls" ] }
dirs = "5"
chrono = "0.4"
chrono = { version = "0.4", features = ["serde"] }
serde_json = "1.0"
chrono-tz = "0.8"
tokio = { version = "1.37", features = ["full"] }