feat: add server model types and API serialization shape

This commit is contained in:
2026-06-05 15:08:30 +02:00
parent 09f05b8c23
commit 86b196c2d8
4 changed files with 94 additions and 1 deletions
Generated
+4
View File
@@ -468,6 +468,10 @@ dependencies = [
[[package]]
name = "whoareyou-server"
version = "0.1.0"
dependencies = [
"serde",
"serde_json",
]
[[package]]
name = "windows-link"