Use rest-types to export TOs to the frontend
This commit is contained in:
parent
91559224e5
commit
764faa6e6b
9 changed files with 257 additions and 217 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue