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

@@ -25,7 +25,7 @@
{
packages.default = pkgs.rustPlatform.buildRustPackage {
pname = "frangipane";
version = "1.0.0";
version = "1.0.5";
src = ./.;
cargoLock = {