14 lines
292 B
TOML
14 lines
292 B
TOML
|
|
[package]
|
||
|
|
name = "mailer-security"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
mailer-core = { path = "../mailer-core" }
|
||
|
|
mail-auth.workspace = true
|
||
|
|
ring.workspace = true
|
||
|
|
thiserror.workspace = true
|
||
|
|
tracing.workspace = true
|
||
|
|
serde.workspace = true
|