1
0
forked from 409/chat-app

websockets + send messages as json

This commit is contained in:
2025-06-07 13:35:49 +02:00
parent 2a55ba5fc9
commit 19fd34b92c
7 changed files with 84 additions and 24 deletions

View File

@@ -12,3 +12,4 @@ tokio = { version = "1.45.1", features = ["full"] }
axum-valid = { path = "../axum-valid", features = ["basic", "typed_multipart", "validify"], default-features = false }
validify = "2.0.0"
axum_typed_multipart = "0.16.2"
serde_json = "1.0.140"