Rest endpoint is now a little bit more fleshed out

This commit is contained in:
2026-01-19 11:29:37 +01:00
parent 251d245aeb
commit 9b093e6739
6 changed files with 49 additions and 19 deletions

View File

@@ -6,7 +6,7 @@ edition = "2024"
[dependencies]
gpio-cdev = "0.6.0"
cron_tab = { version = "0.2", features = ["async"] }
chrono = "0.4.42"
chrono = { version = "0.4.42", features = ["serde"] }
axum = { version = "0.8.8", features = ["macros"] }
tokio = { version = "1.49.0", features = ["full"] }
serde = { version = "1.0.228", features = ["derive"] }