Don't depend on axum-macros in examples (#2122)

This commit is contained in:
David Pedersen
2023-07-26 20:21:39 +02:00
committed by GitHub
parent 0151aeea54
commit f9ea40bb44
5 changed files with 11 additions and 12 deletions
+1 -2
View File
@@ -5,8 +5,7 @@ edition = "2021"
publish = false
[dependencies]
axum = { path = "../../axum" }
axum-macros = { path = "../../axum-macros" }
axum = { path = "../../axum", features = ["macros"] }
bb8 = "0.8"
diesel = "2"
diesel-async = { version = "0.3", features = ["postgres", "bb8"] }