server: Add lettre dependency to handle emails

This commit is contained in:
Valentin Tolmer
2021-10-29 12:23:15 +09:00
committed by nitnelave
parent 98a305e877
commit c055c4e671
2 changed files with 141 additions and 0 deletions

View File

@@ -53,6 +53,15 @@ itertools = "0.10.1"
git = "https://github.com/novifinancial/opaque-ke"
rev = "eb59676a940b15f77871aefe1e46d7b5bf85f40a"
[dependencies.lettre]
version = "0.10.0-rc.3"
features = [
"builder",
"smtp-transport",
"tokio1-native-tls",
"tokio1",
]
[dependencies.sqlx]
version = "0.5.1"
features = [