Add version check system

This commit is contained in:
2022-10-18 08:58:36 +02:00
parent 915426849b
commit eea2ecbf63
23 changed files with 204 additions and 26 deletions

View File

@ -2,7 +2,7 @@ extern crate core;
pub mod cli_args;
pub mod client;
pub mod constants;
pub mod consts;
pub mod server;
pub mod ui_screens;
pub mod ui_widgets;