diff options
author | Martin Ashby <martin@ashbysoft.com> | 2022-12-31 16:30:52 +0000 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2022-12-31 16:30:52 +0000 |
commit | fdfb0e65d3de718beddcf3c882d716b7aff6a051 (patch) | |
tree | d94229e6dcfca049fce2299561a382ce372ae005 /comments/Cargo.toml | |
parent | 97cb2fbe176645fa9a84451da3f7f7c9d0158555 (diff) | |
download | mfashby.net-fdfb0e65d3de718beddcf3c882d716b7aff6a051.tar.gz mfashby.net-fdfb0e65d3de718beddcf3c882d716b7aff6a051.tar.bz2 mfashby.net-fdfb0e65d3de718beddcf3c882d716b7aff6a051.tar.xz mfashby.net-fdfb0e65d3de718beddcf3c882d716b7aff6a051.zip |
Add email notifications to comments
Diffstat (limited to 'comments/Cargo.toml')
-rw-r--r-- | comments/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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"] } |