aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 20172af..f44dba0 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -13,6 +13,7 @@ mod async_stdin;
mod client;
mod cmd;
mod component_future;
+mod config;
mod dirs;
mod error;
mod key_reader;
@@ -23,7 +24,6 @@ mod server;
mod session_list;
mod term;
mod ttyrec;
-mod util;
fn main() {
dirs::Dirs::new().create_all().unwrap();