add AppState derive macro for convenient state extraction
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
[workspace]
|
||||
members = [".", "crates/*"]
|
||||
resolver = "2"
|
||||
|
||||
[package]
|
||||
name = "axum-app-wrapper"
|
||||
version = "0.1.0"
|
||||
@@ -8,3 +12,4 @@ anyhow = "1.0"
|
||||
axum = "0.8"
|
||||
futures = "0.3"
|
||||
type-map = "0.5"
|
||||
axum-app-wrapper-macros = { path = "crates/axum-app-wrapper-macros" }
|
||||
|
||||
Reference in New Issue
Block a user