Use rest-types to export TOs to the frontend

This commit is contained in:
Simon Goller 2024-06-06 08:29:56 +02:00
parent 91559224e5
commit 764faa6e6b
9 changed files with 257 additions and 217 deletions

View file

@ -26,6 +26,9 @@ features = ["full"]
[dependencies.service]
path = "../service"
[dependencies.rest-types]
path = "../rest-types"
[dependencies.uuid]
version = "1.8.0"
features = ["v4", "serde"]