feat: weather graphs

This commit is contained in:
Mark
2026-06-04 12:06:22 +02:00
commit 0f7d3a2a83
14 changed files with 25296 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "getenv"
version = "0.1.0"
edition = "2024"
[dependencies]
chrono = "0.4.44"
html-escape = "0.2.13"
reqwest = { version = "0.13.4", features = ["deflate", "brotli", "gzip", "multipart", "zstd"] }
rocket = "0.5.1"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.150"
tokio = { version = "1.52.3", features = ["full"] }
url-escape = "0.1.1"