Files
axum-app-wrapper/Cargo.toml
2025-11-14 15:01:31 -05:00

11 lines
148 B
TOML

[package]
name = "axum-app-wrapper"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0"
axum = "0.8"
futures = "0.3"
type-map = "0.5"