1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-09-14 11:29:26 +03:00
Files
authentication-service/crates/email/Cargo.toml
2024-05-02 14:32:05 +02:00

22 lines
403 B
TOML

[package]
name = "mas-email"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
publish = false
[lints]
workspace = true
[dependencies]
async-trait.workspace = true
headers.workspace = true
lettre.workspace = true
thiserror.workspace = true
tracing.workspace = true
mas-templates.workspace = true