added voice chat websocket route
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user