| 1 | [package] |
| 2 | name = "mail" |
| 3 | description = "SMTP delivery and message templates." |
| 4 | version.workspace = true |
| 5 | edition.workspace = true |
| 6 | rust-version.workspace = true |
| 7 | license.workspace = true |
| 8 | authors.workspace = true |
| 9 | repository.workspace = true |
| 10 | publish.workspace = true |
| 11 | |
| 12 | [dependencies] |
| 13 | config = { workspace = true } |
| 14 | lettre = { workspace = true } |
| 15 | thiserror = { workspace = true } |
| 16 | |
| 17 | [dev-dependencies] |
| 18 | tokio = { workspace = true } |
| 19 | |
| 20 | [lints] |
| 21 | workspace = true |