add tower and assets

This commit is contained in:
Agahnim 2026-03-19 14:14:50 +01:00
parent da61dfde87
commit 27c41667c3
72 changed files with 82 additions and 2 deletions

View file

@ -7,3 +7,4 @@ edition = "2024"
askama = { version = "0.15.4", features = ["std", "derive"] }
axum = "0.8.8"
tokio = { version = "1.50.0", features = ["full"] }
tower-http = { version = "0.6.8", features = ["fs"] }