Rename crate

This commit is contained in:
2022-10-17 19:13:16 +02:00
parent cf1d77f445
commit dfaa5ce30b
27 changed files with 55 additions and 37 deletions

View File

@ -0,0 +1,8 @@
extern crate core;
pub mod cli_args;
pub mod client;
pub mod constants;
pub mod server;
pub mod ui_screens;
pub mod ui_widgets;