This commit is contained in:
2025-11-15 00:34:04 +01:00
parent 38ed2842ff
commit 260671f3ad
18 changed files with 338 additions and 25 deletions

View File

@@ -31,4 +31,5 @@ hyper = "1.7"
sqlx = { version = "0.8", features = ["runtime-tokio", "tls-rustls", "sqlite", "postgres", "mysql", "uuid", "chrono", "migrate"] }
uuid = { version = "1.18", features = ["v4", "v7", "serde"] }
chrono = { version = "0.4", features = ["serde"] }
chrono = { version = "0.4", features = ["serde"] }
async-trait = "0.1.89"