Including: - package upgrades - stop using the patched version of `ulid` - update cargo deny duplicate exception list
22 lines
517 B
TOML
22 lines
517 B
TOML
[package]
|
|
name = "mas-email"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
async-trait = "0.1.73"
|
|
tracing.workspace = true
|
|
thiserror.workspace = true
|
|
headers = "0.3.9"
|
|
|
|
mas-templates = { path = "../templates" }
|
|
|
|
[dependencies.lettre]
|
|
version = "0.10.4"
|
|
default-features = false
|
|
features = ["tokio1-rustls-tls", "hostname", "builder", "tracing", "pool", "smtp-transport", "sendmail-transport"]
|