add example
This commit is contained in:
18
Cargo.toml
18
Cargo.toml
@@ -1,15 +1,23 @@
|
||||
[workspace]
|
||||
members = [".", "crates/*"]
|
||||
resolver = "2"
|
||||
|
||||
[package]
|
||||
name = "axum-app-wrapper"
|
||||
version = "0.1.1"
|
||||
edition = "2024"
|
||||
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = [".", "crates/*"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
axum = "0.8"
|
||||
axum-app-wrapper-macros = { path = "crates/axum-app-wrapper-macros" }
|
||||
futures = "0.3"
|
||||
type-map = "0.5"
|
||||
axum-app-wrapper-macros = { path = "crates/axum-app-wrapper-macros" }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = {
|
||||
version = "1.52.3",
|
||||
default-features = false,
|
||||
features = ["net", "rt", "rt-multi-thread", "signal"]
|
||||
}
|
||||
tracing = "0.1.44"
|
||||
|
||||
Reference in New Issue
Block a user