smart-house-web: в работе

This commit is contained in:
3 changed files with 72 additions and 2 deletions

View File

@@ -8,5 +8,5 @@ tracing = "0.1"
tracing-subscriber = "0.3"
tokio = { version = "1.52", features = ["rt", "rt-multi-thread", "signal", "time"] }
axum = "0.8"
serde = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"