[test] the form example (#3267)

This commit is contained in:
Gábor Szabó
2025-03-17 13:31:17 +01:00
committed by GitHub
parent 517223f254
commit f479e0d617
3 changed files with 76 additions and 5 deletions
+5
View File
@@ -10,3 +10,8 @@ serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
[dev-dependencies]
http-body-util = "0.1.3"
mime = "0.3.17"
tower = "0.5.2"