This commit is contained in:
2026-05-22 08:40:06 +02:00
parent 59469df9f8
commit 755c65f1f1
6 changed files with 14 additions and 13 deletions
+7 -1
View File
@@ -1,4 +1,10 @@
mod app;
mod app {
pub mod client;
pub mod command;
pub mod config;
pub mod connection;
pub mod protocol;
}
#[tokio::main]
async fn main() {