From fad631c448533f3c117dfab69df2bb7c4752b4cf Mon Sep 17 00:00:00 2001 From: Kunal Singh Date: Mon, 30 Oct 2023 04:07:57 +0530 Subject: [PATCH] fix: typo in actix-session cargo.toml file (#356) --- actix-session/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-session/Cargo.toml b/actix-session/Cargo.toml index d65ae3133..761bef971 100644 --- a/actix-session/Cargo.toml +++ b/actix-session/Cargo.toml @@ -5,7 +5,7 @@ authors = [ "Nikolay Kim ", "Luca Palmieri ", ] -description = "Session management for Actix We" +description = "Session management for Actix Web" keywords = ["http", "web", "framework", "async", "session"] homepage = "https://actix.rs" repository = "https://github.com/actix/actix-extras.git"