2025-02-20 02:12:49 +01:00
|
|
|
[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"] }
|
2025-03-08 01:39:36 +01:00
|
|
|
axum-controller = { version = "0.2.0", path = "../../axum-controller/axum-controller" }
|
|
|
|
axum-controller-macros = { version = "0.2.0", path = "../../axum-controller/axum-controller-macros" }
|
2025-02-20 02:12:49 +01:00
|
|
|
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"
|
2025-03-03 18:26:43 +01:00
|
|
|
minijinja = { version = "2.7.0", features = ["loader"] }
|
2025-02-20 02:12:49 +01:00
|
|
|
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"] }
|