17 lines
369 B
TOML
17 lines
369 B
TOML
|
|
[package]
|
||
|
|
name = "mailer-smtp"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
mailer-core = { path = "../mailer-core" }
|
||
|
|
tokio.workspace = true
|
||
|
|
tokio-rustls.workspace = true
|
||
|
|
hickory-dns.workspace = true
|
||
|
|
dashmap.workspace = true
|
||
|
|
thiserror.workspace = true
|
||
|
|
tracing.workspace = true
|
||
|
|
bytes.workspace = true
|
||
|
|
serde.workspace = true
|