website/Cargo.toml

13 lines
270 B
TOML

[package]
name = "website"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.8.9"
config = "0.15.22"
lazy_static = "1.5.0"
markdown = "1.0.0"
tera = "1.20.1"
tokio = { version = "1", features = ["full"] }
tower-http = { version = "0.6.8", features = ["fs"] }