From 3baea0e943ef89c7c73a5de51cbd41f78f8f0f14 Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 28 Dec 2020 13:20:35 +0530 Subject: add redis integration --- backend/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'backend/Cargo.toml') diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 8ce728b..fad11b0 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -18,6 +18,7 @@ actix-identity = "0.3.1" actix-cors = "0.5" bigdecimal = "0.0.14" rand = "0.7" +redis = "0.19" [dependencies.diesel] version = "1.4.2" -- cgit v1.2.3