[test] the anyhow-error-response example (#3274)

This commit is contained in:
Gábor Szabó
2025-03-18 10:53:00 +01:00
committed by GitHub
parent 6fa7cce19d
commit ac7732abd3
3 changed files with 34 additions and 1 deletions
@@ -8,3 +8,7 @@ publish = false
anyhow = "1.0"
axum = { path = "../../axum" }
tokio = { version = "1.0", features = ["full"] }
[dev-dependencies]
http-body-util = "0.1.0"
tower = { version = "0.5.2", features = ["util"] }