homepage/Cargo.toml

21 lines
610 B
TOML
Raw Normal View History

2024-02-25 13:20:06 +01:00
[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"
# fluent = "0.16.0"
minify-html = "0.15.0"
minijinja = { version = "1.0.12", features = ["loader"] }
2024-02-25 13:20:06 +01:00
serde = { version = "1.0.197", features = ["derive"] }
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"] }