043fec42f8
this moves the mail forwarding implementation from `proxmox-notify` into `proxmox-sendmail` to cover more `sendmail` related use-cases in one place. Signed-off-by: Shannon Sterz <s.sterz@proxmox.com> Reviewed-by: Lukas Wagner <l.wagner@proxmox.com> Tested-by: Lukas Wagner <l.wagner@proxmox.com>
21 lines
435 B
TOML
21 lines
435 B
TOML
[package]
|
|
name = "proxmox-sendmail"
|
|
version = "0.1.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
exclude.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
base64 = { workspace = true }
|
|
percent-encoding = { workspace = true }
|
|
proxmox-time = { workspace = true }
|
|
|
|
[features]
|
|
default = []
|
|
mail-forwarder = []
|