basic weather-based "uptime"

This commit is contained in:
insects 2025-02-04 16:53:04 +01:00
parent 3584ecce96
commit f427c0fbae
7 changed files with 267 additions and 10 deletions

View file

@ -6,7 +6,9 @@ edition = "2021"
[dependencies]
anyhow = "1.0.95"
axum = { version = "0.8.1", features = ["macros"] }
chrono = "0.4.39"
maud = { version = "0.27.0", features = ["axum"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
serde_path_to_error = "0.1.16"
tokio = { version = "1.43.0", features = ["full"] }