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

This commit is contained in:
3 changed files with 14 additions and 5 deletions

View File

@@ -7,4 +7,4 @@ edition = "2024"
tracing = "0.1"
tracing-subscriber = "0.3"
axum = "0.8"
tokio = { version = "1.52", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.52", features = ["rt", "rt-multi-thread", "signal"] }