structure for rest methods in progress

This commit is contained in:
2026-01-04 19:55:43 +01:00
parent 618b54624c
commit b55eb81ccc
7 changed files with 65 additions and 17 deletions

View File

@@ -7,4 +7,5 @@ edition = "2024"
gpio-cdev = "0.6.0"
cron_tab = { version = "0.2", features = ["async"] }
chrono = "0.4.42"
axum = "0.8.8"
axum = { version = "0.8.8", features = ["macros"] }
tokio = "1.49.0"