diff options
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"] } |