20 lines
550 B
TOML
20 lines
550 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"
|
||
|
# fluent = "0.16.0"
|
||
|
minijinja = "1.0.12"
|
||
|
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"] }
|