add AppState derive macro for convenient state extraction

This commit is contained in:
fa-sharp
2026-03-19 22:02:08 -04:00
parent a8d5e4f962
commit c4e7f06247
5 changed files with 114 additions and 1 deletions

View File

@@ -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" }