roughing in weather

This commit is contained in:
Matthew Ryan Dillon 2025-05-10 18:16:48 -04:00
parent d050cecc0e
commit 45ff2ee635
5 changed files with 571 additions and 40 deletions

View file

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