stammbaum/Cargo.toml
itsscb aaaed7ce62 fix: recursive bloat in html
the meta, title and style tags are being replicated in the list on '/'
2025-06-23 20:35:01 +02:00

17 lines
519 B
TOML

[package]
name = "stammbaum"
version = "0.1.0"
edition = "2024"
[dependencies]
askama = "0.14.0"
axum = "0.8.4"
chrono = { version = "0.4.41", features = ["serde"] }
serde = { version = "1.0.219", features = ["derive", "rc"] }
serde_json = "1.0.140"
tokio = { version = "1.45.1", features = ["full", "tracing"] }
tower-http = { version = "0.6.6", features = ["trace"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
uuid = { version = "1.17.0", features = ["serde", "v4"] }