Files
site/Cargo.toml
2026-01-16 00:20:32 -05:00

12 lines
260 B
TOML

[package]
name = "site"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8.8"
markdown = "1.0.0"
pulldown-cmark = "0.13.0"
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
tower-http = { version = "0.5", features = ["fs"] }