Adds DTOs

This commit is contained in:
2025-10-05 18:45:57 +02:00
parent 0d801609a3
commit 91837d736f
8 changed files with 97 additions and 21 deletions

View File

@@ -8,5 +8,5 @@ rocket = { version = "0.5.1", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
dotenv = "0.15.0"
uuid = { version = "1.18.1", features = ["v4", "serde"] }
diesel = { version = "2.3.2", features = ["postgres", "uuid"] }
diesel = { version = "2.3.2", features = ["postgres", "uuid", "chrono"] }
chrono = "0.4.42"