aboutsummaryrefslogtreecommitdiff
path: root/backend/Cargo.toml
diff options
context:
space:
mode:
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"