Allow clients to create new rooms to play

This commit is contained in:
2023-02-19 18:03:01 +01:00
parent 831a5003c3
commit 7c8330465f
6 changed files with 302 additions and 5 deletions

View File

@@ -13,3 +13,5 @@ smol = "1.3.0"
async-tungstenite = "0.20.0"
tungstenite = "0.18.0"
anyhow = "1.0.69"
rand = "0.8.5"
serde_json = "1.0.93"