From fdfb0e65d3de718beddcf3c882d716b7aff6a051 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Sat, 31 Dec 2022 16:30:52 +0000 Subject: Add email notifications to comments --- comments/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comments/Cargo.toml') diff --git a/comments/Cargo.toml b/comments/Cargo.toml index 8773580..22bd5c3 100644 --- a/comments/Cargo.toml +++ b/comments/Cargo.toml @@ -11,4 +11,4 @@ axum = { version="0.6" } serde = "1" sqlx = { version = "0.5", features = ["runtime-tokio-rustls", "any", "postgres", "time", "uuid"] } tokio = { version = "1", features = ["full"] } - +lettre = { version = "0.10", features = ["tokio1-native-tls"] } -- cgit v1.2.3-ZIG