From f0a951ad38322190770f309ed5b7a55558dcc0a6 Mon Sep 17 00:00:00 2001 From: N08I40K Date: Fri, 21 Mar 2025 07:27:54 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7?= =?UTF-8?q?=D1=83=D0=B5=D0=BC=D1=8B=D1=85=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81?= =?UTF-8?q?=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 69583a2..310b5c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,6 @@ edition = "2024" publish = false [dependencies] -actix-web = "4.10.2" serde = { version = "1.0.219", features = ["derive"] } -serde_repr = "0.1.20" serde_json = "1.0.140" schedule_parser = { path = "./lib/schedule_parser" } \ No newline at end of file