From ce619f69251fa00ecb2feb1667fe2ead5e1497cc Mon Sep 17 00:00:00 2001 From: bvanroll Date: Tue, 8 Jul 2025 10:32:59 +0200 Subject: [PATCH] ok --- homegrown/email/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homegrown/email/Cargo.toml b/homegrown/email/Cargo.toml index 0a4796c..668014e 100644 --- a/homegrown/email/Cargo.toml +++ b/homegrown/email/Cargo.toml @@ -9,3 +9,5 @@ edition = "2021" reqwest = { version = "0.12", features = ["json"] } tokio = { version = "1", features = ["full"] } lettre = "0.11" +serde = { version = "1.0", features = ["derive"] } +serde_yaml_ng = "0.9"