persistent websocket

This commit is contained in:
2023-06-13 11:27:00 +02:00
parent 70d99b0c6b
commit 78999174ab
18 changed files with 334 additions and 309 deletions

1
Cargo.lock generated
View File

@@ -167,6 +167,7 @@ name = "common"
version = "0.1.0"
dependencies = [
"serde",
"thiserror",
"uuid",
]