cleanup
This commit is contained in:
+7
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user