added an authenticated room websocket for messages
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user