aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-02 08:08:27 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-02 08:08:27 -0400
commit6fdaa64e35e47dde96efa3dc8c19eb50e0607863 (patch)
tree8ead3813122e6b0475cba3304e413f344b3fa27e /src/main.rs
parentbe8d2acd1ac1c8a0da9d1c368d84236959abe242 (diff)
downloadteleterm-6fdaa64e35e47dde96efa3dc8c19eb50e0607863.tar.gz
teleterm-6fdaa64e35e47dde96efa3dc8c19eb50e0607863.zip
move some commonly used errors to a shared module
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 8df25c3..9360b84 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -9,6 +9,7 @@
mod client;
mod cmd;
mod component_future;
+mod error;
mod process;
mod protocol;
mod server;