add small frontend stack w/ tailwind & askama

This commit is contained in:
2025-09-03 02:24:05 +02:00
parent 437a7fcdf9
commit 1b2e327088
12 changed files with 236 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
askama = "0.14.0"
axum = "0.8.3"
chrono = "0.4.41"
chrono-tz = "0.10.3"
@@ -11,5 +12,6 @@ dotenvy = "0.15.7"
rand = "0.9.1"
serenity = "0.12.4"
tokio = { version = "1.44.2", features = ["full"] }
tower = "0.5.2"
tracing = "0.1.41"
tracing-subscriber = "0.3.20"