added an authenticated room websocket for messages

This commit is contained in:
2025-12-15 19:51:31 +01:00
parent 391a0d3f2e
commit ffc2e99cc7
8 changed files with 240 additions and 14 deletions

View File

@@ -6,8 +6,9 @@ edition = "2024"
[dependencies]
anyhow = "1.0.99"
argon2 = "0.5.3"
axum = { version = "0.8.4", features = ["multipart"] }
axum = { version = "0.8.4", features = ["multipart", "ws"] }
chrono = { version = "0.4.42", features = ["serde"] }
dashmap = "6.1.0"
jsonwebtoken = "9.3.1"
password-hash = "0.5.0"
serde = { version = "1.0.219", features = ["derive"] }