From 5260db3c49118f2945eb1e1ab5665f164516937b Mon Sep 17 00:00:00 2001 From: Alexander Baranov Date: Sat, 9 May 2026 18:50:52 +0300 Subject: [PATCH] =?UTF-8?q?smart-house-web:=20=D0=B2=20=D1=80=D0=B0=D0=B1?= =?UTF-8?q?=D0=BE=D1=82=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- smart-house-web/backend/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/smart-house-web/backend/Cargo.toml b/smart-house-web/backend/Cargo.toml index de16104..2514c2a 100644 --- a/smart-house-web/backend/Cargo.toml +++ b/smart-house-web/backend/Cargo.toml @@ -6,5 +6,7 @@ edition = "2024" [dependencies] tracing = "0.1" tracing-subscriber = "0.3" -axum = "0.8" tokio = { version = "1.52", features = ["rt", "rt-multi-thread", "signal", "time"] } +axum = "0.8" +serde = "1.0" +serde_json = "1.0"