Refactored things a bit and added help text support

This commit is contained in:
2023-08-08 10:50:04 -06:00
parent ff6e392af1
commit 3f378fb25a
11 changed files with 307 additions and 257 deletions
+1 -1
View File
@@ -7,7 +7,6 @@ use crossterm::execute;
use crossterm::terminal::{
disable_raw_mode, enable_raw_mode, EnterAlternateScreen, LeaveAlternateScreen,
};
use log::debug;
use tokio::sync::mpsc::Receiver;
use tokio::sync::{mpsc, Mutex};
use tui::backend::CrosstermBackend;
@@ -23,6 +22,7 @@ mod app;
mod event;
mod handlers;
mod logos;
mod models;
mod network;
mod ui;
mod utils;