refactor: Put the files in modules

This commit is contained in:
Namu
2025-09-28 23:24:29 +02:00
parent 2d1689d03d
commit 479f2ff4c9
5 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
use crate::config::Config;
mod config;
mod vec_to_string;
mod utils;
mod server;
fn main() {