From 27665b84363ee9d3b450069bfb4f26d3e1621bdb Mon Sep 17 00:00:00 2001 From: ngn Date: Mon, 20 Jan 2025 06:21:34 +0300 Subject: [PATCH] add actix-files to the cargo.toml Signed-off-by: ngn --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e877beb..49f1f83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ version = "0.1.0" actix-http = "3.0.4" actix-rt = "2" actix-web = "4.0.1" +actix-files = "0.6.6" bincode = "1.3.3" chrono = "0.4.23" config = "0.13"