mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 11:34:42 -04:00
* 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>
13 lines
No EOL
343 B
TOML
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 |