This commit is contained in:
2025-07-08 10:32:59 +02:00
parent c343f8659c
commit ce619f6925

View File

@@ -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"