agahnim.dev/Cargo.toml
2026-03-19 13:56:56 +01:00

9 lines
214 B
TOML

[package]
name = "agahnim-web-v2"
version = "0.1.0"
edition = "2024"
[dependencies]
askama = { version = "0.15.4", features = ["std", "derive"] }
axum = "0.8.8"
tokio = { version = "1.50.0", features = ["full"] }