setup cargo toml

This commit is contained in:
Agahnim 2026-03-19 13:56:56 +01:00
parent 2f7018d1f9
commit afa6639799
Signed by: Agahnim
SSH key fingerprint: SHA256:Zj65PJnE0dRYye8Ltk/qDglynyXUxJngQ9qqx/VI+b4
2 changed files with 665 additions and 0 deletions

View file

@ -4,3 +4,6 @@ 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"] }