summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2020-12-04 20:07:09 +0100
committerSanto Cariotti <santo@dcariotti.me>2020-12-04 20:07:09 +0100
commite8a0cb618a5848ae930220f8152140bfdb4d6f6b (patch)
treed33854821f4d0c2fffd2e167477cb2b9376d22cc /Cargo.toml
parent21817cfad161ecbb9c391ab05b4486835ea6785a (diff)
feat: send emails
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a847dd7..cb65bd4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,3 +9,4 @@ edition = "2018"
[dependencies]
clap = "2.33.3"
rand = "0.7.3"
+lettre = "0.10.0-alpha.4"