refactored main for unit testing

This commit is contained in:
2026-01-29 20:24:32 +01:00
parent ae0abc4607
commit e2f1e4a952
5 changed files with 681 additions and 154 deletions

View File

@@ -25,3 +25,8 @@ tracing = "0.1.41"
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
uuid = { version = "1.19.0", features = ["serde", "v7"] }
validator = "0.20.0"
[dev-dependencies]
http-body-util = "0.1.3"
reqwest = { version = "0.13.1", features = ["json"] }
tower = { version = "0.5.3", features = ["util"] }