setup cargo toml

This commit is contained in:
Agahnim 2026-03-19 13:56:56 +01:00
parent b4b7405f21
commit da61dfde87
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"] }