Email client, application startup logic and tests

This commit is contained in:
Alphonse Paix
2025-08-24 11:31:03 +02:00
parent 6a25c43ce4
commit 637a9e39d4
12 changed files with 628 additions and 410 deletions

View File

@@ -3,3 +3,4 @@ pub mod domain;
pub mod routes;
pub mod startup;
pub mod telemetry;
pub mod email_client;