summaryrefslogtreecommitdiffstats
path: root/server/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index a8964e17..3f555829 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -25,3 +25,6 @@ strum_macros = "0.15.0"
jsonwebtoken = "6.0.1"
regex = "1.1.9"
lazy_static = "1.3.0"
+lettre = "0.9.2"
+lettre_email = "0.9.2"
+rust-crypto = "^0.2"