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,5 +1,9 @@
use openworm::server::run_server;
fn main() {
quinn::rustls::crypto::aws_lc_rs::default_provider()
.install_default()
.unwrap();
run_server();
}