[package] name = "darm_test" authors.workspace = true description.workspace = true license.workspace = true publish.workspace = true readme.workspace = true repository.workspace = true version.workspace = true edition.workspace = true [dependencies] axum = { version = "0.8", features = ["http2"] } axum-typed-routing = { git = "https://github.com/jvdwrf/axum-typed-routing", version = "0.2.0" } datastar = { git = "https://github.com/starfederation/datastar.git", version = "0.1.0" } maud = { version = "0.27.0", features = ["axum"] } mime_guess = "2.0.5" minijinja = { version = "2.7.0", features = ["loader"] } rust-embed = { version = "8.5.0", features = ["axum", "compression"] } serde = { version = "1.0", features = ["derive"] } tokio = { version = "1.43", features = ["full", "tracing"] } tracing = "0.1.41" tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }