home: almost finished bibou oracle

This commit is contained in:
Agahnim 2026-03-23 16:49:00 +01:00
parent db2000640a
commit c0a0225eaa
Signed by: Agahnim
SSH key fingerprint: SHA256:Zj65PJnE0dRYye8Ltk/qDglynyXUxJngQ9qqx/VI+b4
7 changed files with 101 additions and 1 deletions

View file

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
askama = { version = "0.15.4", features = ["std", "derive"] }
askama = { version = "0.15.4", features = ["std", "derive", "serde_json"] }
axum = "0.8.8"
chrono = { version = "0.4.44", features = ["serde"] }
serde = { version = "1.0.228", features = ["derive"] }