added voice chat websocket route

This commit is contained in:
2026-01-25 17:13:05 +01:00
parent c81df769de
commit 30dc7475c2
10 changed files with 302 additions and 129 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "frangipane"
version = "1.0.4"
version = "1.0.5"
edition = "2024"
[dependencies]
@@ -8,6 +8,7 @@ anyhow = "1.0.99"
argon2 = "0.5.3"
axum = { version = "0.8.4", features = ["multipart", "ws"] }
axum-extra = { version = "0.12.5", features = ["typed-header"] }
bytes = "1.11.0"
chrono = { version = "0.4.42", features = ["serde"] }
clap = { version = "4.5.53", features = ["derive"] }
dashmap = "6.1.0"