updated structs a bit

This commit is contained in:
2025-10-28 20:34:10 +01:00
parent c53a4462cd
commit d02c1fa314
6 changed files with 21 additions and 7 deletions

View File

@@ -26,4 +26,5 @@ serde_json = "1"
# SQLx und Tokio für asynchrone DB-Zugriffe
sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "sqlite", "macros", "migrate"] }
tokio = { version = "1", features = ["full"] }
chrono = "0.4.42"