disable auth for now

This commit is contained in:
2025-11-16 16:50:34 -05:00
parent 7d73a8344a
commit 8fe403b94d
6 changed files with 170 additions and 83 deletions

View File

@@ -1,4 +1,8 @@
pub mod client;
mod no_cert;
pub mod server;
pub const SERVER_NAME: &str = "openworm";
pub enum ClientMsg {
SendMsg { content: String },