Parse data from incoming request

This commit is contained in:
Alphonse Paix
2025-08-23 11:13:57 +02:00
parent 4d049a744a
commit 85ab04f254
9 changed files with 405 additions and 14 deletions

View File

@@ -23,8 +23,14 @@ tower-http = { version = "0.6.6", features = ["trace"] }
tracing = "0.1.41"
tracing-bunyan-formatter = "0.3.10"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
unicode-segmentation = "1.12.0"
uuid = { version = "1.18.0", features = ["v4"] }
validator = { version = "0.20.0", features = ["derive"] }
[dev-dependencies]
claims = "0.8.0"
fake = "4.4.0"
once_cell = "1.21.3"
quickcheck = "1.0.3"
quickcheck_macros = "1.1.0"
reqwest = "0.12.23"