added rooms and uuids

This commit is contained in:
2025-12-14 20:04:04 +01:00
parent fe38d42a9e
commit 30f4155369
3 changed files with 24 additions and 22 deletions

View File

@@ -16,7 +16,7 @@
openssl = pkgs.openssl;
in {
packages.default = pkgs.rustPlatform.buildRustPackage {
pname = "-server";
pname = "chatapp";
version = "0.1.0";
src = ./.;