[test] the versioning example (#3275)

This commit is contained in:
Gábor Szabó
2025-03-18 10:54:02 +01:00
committed by GitHub
parent ac7732abd3
commit 15917c6dbc
3 changed files with 62 additions and 4 deletions
+4
View File
@@ -9,3 +9,7 @@ axum = { path = "../../axum" }
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
[dev-dependencies]
http-body-util = "0.1.0"
tower = { version = "0.5.2", features = ["util"] }