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

@@ -14,6 +14,7 @@ name = "zero2prod"
axum = "0.8.4"
chrono = { version = "0.4.41", default-features = false, features = ["clock"] }
config = "0.15.14"
reqwest = { version = "0.12.23", default-features = false, features = ["rustls-tls", "json"] }
secrecy = { version = "0.10.3", features = ["serde"] }
serde = { version = "1.0.219", features = ["derive"] }
serde-aux = "4.7.0"
@@ -33,4 +34,5 @@ fake = "4.4.0"
once_cell = "1.21.3"
quickcheck = "1.0.3"
quickcheck_macros = "1.1.0"
reqwest = "0.12.23"
serde_json = "1.0.143"
wiremock = "0.6.4"