Cleanup: Only one binary, rename it main

This commit is contained in:
Vecna 2023-06-20 12:50:32 -04:00
parent 0faecae249
commit 0e00df2a49
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
// This seems like probably not the best way to do this, but it works.
#[path = "../client_lib.rs"]
mod client_lib;
use client_lib::*;
#[path = "../client_net.rs"]
mod client_net;
use client_net::HyperNet;