AppFlowy-Cloud/libs/mailer/Cargo.toml
Nathan.fooo bbd21dfef6
chore: import mailer (#869)
* chore: import mailer

* chore: update template

* chore: config template

* fix: add missing config parameter

* chore: update template

* chore: show error with task id

* chore: show error with task id

---------

Co-authored-by: khorshuheng <solemnpriest@gmail.com>
2024-10-13 20:08:55 +08:00

13 lines
No EOL
343 B
TOML

[package]
name = "mailer"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lettre = { version = "0.11.7", features = ["tokio1", "tokio1-native-tls"] }
anyhow.workspace = true
serde.workspace = true
handlebars = "5.1.2"
secrecy.workspace = true