homepage/Cargo.toml
2024-07-02 16:21:57 +02:00

22 lines
632 B
TOML

[package]
name = "homepage"
authors = ["Viyurz <viyurz@viyurz.fr>"]
edition = "2021"
readme = "README.md"
repository = "https://git.ahur.ac/Viyurz/homepage"
license = "WTFPL"
publish = false
[dependencies]
axum = "0.7.4"
minify-html = "0.15.0"
minijinja = { version = "1.0.12", features = ["loader"] }
config = { version = "0.14.0", features = ["toml"] }
tokio = { version = "1.36.0", features = ["full"] }
toml = "0.8.10"
tower-http = { version = "0.5.1", features = ["fs", "timeout", "trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
serde_derive = "1.0.199"
serde = "1.0.199"