mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-22 00:00:17 +02:00
Don't depend on axum-macros in examples (#2122)
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user