aboutsummaryrefslogtreecommitdiff
path: root/backend/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-12-28 07:50:35 +0000
committerAkshay <[email protected]>2020-12-28 07:50:35 +0000
commit3baea0e943ef89c7c73a5de51cbd41f78f8f0f14 (patch)
treeb1c7fe119b90f77daf170e10af000e0c1ed1270e /backend/Cargo.toml
parentd5aabbac71fcd12f31c82159fe0d7a58d0ad925d (diff)
add redis integration
Diffstat (limited to 'backend/Cargo.toml')
-rw-r--r--backend/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"
18actix-cors = "0.5" 18actix-cors = "0.5"
19bigdecimal = "0.0.14" 19bigdecimal = "0.0.14"
20rand = "0.7" 20rand = "0.7"
21redis = "0.19"
21 22
22[dependencies.diesel] 23[dependencies.diesel]
23version = "1.4.2" 24version = "1.4.2"