⚡ Adds DTOs
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user