homepage/Cargo.toml

22 lines
631 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.9"
minify-html = "0.15.0"
minijinja = { version = "2.5.0", features = ["loader"] }
config = { version = "0.14.1", features = ["toml"] }
tokio = { version = "1.42.0", features = ["full"] }
toml = "0.8.19"
tower-http = { version = "0.6.2", features = ["fs", "timeout", "trace"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
serde_derive = "1.0.216"
serde = "1.0.216"