mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-23 00:00:15 +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"] }
|
||||
deadpool-diesel = { version = "0.4.1", features = ["postgres"] }
|
||||
diesel = { version = "2", features = ["postgres"] }
|
||||
diesel_migrations = "2"
|
||||
|
||||
Reference in New Issue
Block a user