aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-24 15:28:58 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-24 15:28:58 -0400
commit359ccda66cdda3a88907e51014aa52473ac46605 (patch)
tree08a33387deac68bf4a4f02ad79882ce07617505a /src/main.rs
parent6552f2d69eb0f19851dbebd21742b7bc9f37cc42 (diff)
downloadteleterm-359ccda66cdda3a88907e51014aa52473ac46605.tar.gz
teleterm-359ccda66cdda3a88907e51014aa52473ac46605.zip
move process out to a separate crate
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 03cfc35..bc57f00 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -23,7 +23,6 @@ mod dirs;
mod error;
mod key_reader;
mod oauth;
-mod process;
mod protocol;
mod resize;
mod server;