[test] the validator example (#3276)

This commit is contained in:
Gábor Szabó
2025-03-18 10:51:30 +01:00
committed by GitHub
parent c997137383
commit 6fa7cce19d
3 changed files with 92 additions and 2 deletions
+4
View File
@@ -12,3 +12,7 @@ tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
validator = { version = "0.18.1", features = ["derive"] }
[dev-dependencies]
http-body-util = "0.1.0"
tower = { version = "0.5.2", features = ["util"] }