Library for Derive Macros and impl IntoResponse trait
This commit is contained in:
@ -18,3 +18,6 @@ tower-http = { version = "0.5.2", features = ["cors", "trace"] }
|
||||
# Logging
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = "0.3.18"
|
||||
|
||||
# Derive macros
|
||||
derive = { path = "derive" }
|
||||
|
Reference in New Issue
Block a user