basic weather-based "uptime"
This commit is contained in:
parent
3584ecce96
commit
f427c0fbae
7 changed files with 267 additions and 10 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue