This commit is contained in:
2025-10-05 21:47:49 +02:00
parent 04c2750f0b
commit a6626571fa
29 changed files with 681 additions and 677 deletions

View File

@@ -29,4 +29,6 @@ tower = "0.5"
tower-http = "0.6"
hyper = "1.7"
sea-orm = { version = "1.1", features = [ "sqlx-sqlite", "runtime-tokio", "macros" ] }
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"] }