home: wip news

This commit is contained in:
Agahnim 2026-03-23 15:27:52 +01:00
parent 5c0a096860
commit 5f348345cd
Signed by: Agahnim
SSH key fingerprint: SHA256:Zj65PJnE0dRYye8Ltk/qDglynyXUxJngQ9qqx/VI+b4
9 changed files with 507 additions and 19 deletions

View file

@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
askama = { version = "0.15.4", features = ["std", "derive"] }
axum = "0.8.8"
chrono = { version = "0.4.44", features = ["serde"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tokio = { version = "1.50.0", features = ["full"] }