14 lines
275 B
TOML
14 lines
275 B
TOML
|
|
[package]
|
||
|
|
name = "mailer-core"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
serde.workspace = true
|
||
|
|
serde_json.workspace = true
|
||
|
|
thiserror.workspace = true
|
||
|
|
tracing.workspace = true
|
||
|
|
bytes.workspace = true
|
||
|
|
mailparse.workspace = true
|