Autogenerate only the models of the API for the backend-server

This commit is contained in:
2025-05-30 22:26:18 +02:00
parent 597a960bf1
commit 6950ac62e8
9 changed files with 95 additions and 289 deletions

View File

@@ -6,7 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gamenight-api-client-rs = { path = "../gamenight-api-client-rs" }
gamenight-database = { path = "../gamenight-database"}
actix-web = "4"
actix-cors = "0.7"