feat: initial REST endpoints and websocket

/create
/delete
/ws
This commit is contained in:
2023-06-10 18:54:23 +02:00
parent 5501b63379
commit 6e845907d1
9 changed files with 1476 additions and 3 deletions

View File

@@ -5,3 +5,5 @@ authors.workspace = true
edition.workspace = true
[dependencies]
serde.workspace = true
uuid.workspace = true