start to implement the configuration file and mrproxy integration

This commit is contained in:
2025-12-20 03:56:46 +00:00
parent 7cabefc76e
commit 5045c05f9f
11 changed files with 323 additions and 15 deletions

View File

@@ -1,7 +1,9 @@
mod api;
mod config;
mod controller;
mod database;
mod deploy;
mod mcproxy_client;
#[actix_web::main]
async fn main() {