restructuring stuff

This commit is contained in:
psun256
2025-12-03 21:35:08 -05:00
parent 3e61c621e7
commit 07cb45fa73
7 changed files with 130 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
mod balancer;
mod config;
mod backend;
mod proxy;
use tokio::net::TcpListener;
use tokio::io::{AsyncReadExt, AsyncWriteExt};
use std::sync::Arc;
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {