From 3a2f5525b45253f74654d401a770253b1482c55b Mon Sep 17 00:00:00 2001 From: Maksym Vorobiov Date: Thu, 20 Feb 2020 17:53:53 +0300 Subject: [PATCH] reenable actix-session and actix-identity --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 80d3c7f2a..87793717c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,8 +33,8 @@ members = [ "actix-cors", "actix-files", "actix-framed", -# "actix-session", -# "actix-identity", + "actix-session", + "actix-identity", "actix-multipart", "actix-web-actors", "actix-web-codegen",