From f9abd1592effa1adfb9560002889fb2c31cb50e3 Mon Sep 17 00:00:00 2001 From: doryan Date: Tue, 18 Jun 2024 00:06:31 +0400 Subject: [PATCH] refactor(Cargo.toml file): redundant crate (Actix-web) has been removed --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18277ca..343fa31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -actix-web = "4.6.0" anyhow = "1.0.86" async-trait = "0.1.80" chrono = "0.4.38"