1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-01 20:26:56 +03:00

Move lettre to a workspace dependency

This commit is contained in:
Quentin Gliech
2024-05-02 14:08:00 +02:00
parent 3567f7c445
commit a99427e942
4 changed files with 11 additions and 9 deletions

View File

@ -13,13 +13,9 @@ workspace = true
[dependencies]
async-trait.workspace = true
tracing.workspace = true
thiserror.workspace = true
headers.workspace = true
lettre.workspace = true
thiserror.workspace = true
tracing.workspace = true
mas-templates.workspace = true
[dependencies.lettre]
version = "0.11.4"
default-features = false
features = ["tokio1-rustls-tls", "hostname", "builder", "tracing", "pool", "smtp-transport", "sendmail-transport"]