Simplify database schema

This commit is contained in:
2025-02-08 16:51:16 +01:00
parent 8ab45c982a
commit 070f002c88
8 changed files with 239 additions and 97 deletions

View File

@@ -7,6 +7,7 @@ edition = "2021"
anyhow = "1.0.95"
askama = { version = "0.12.1"}
axum = "0.8.1"
chrono = "0.4.39"
clap = { version = "4.5.23", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"