summaryrefslogtreecommitdiff
path: root/src/repo/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/repo/mod.rs')
-rw-r--r--src/repo/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/repo/mod.rs b/src/repo/mod.rs
index f36f0da..cb9d7c8 100644
--- a/src/repo/mod.rs
+++ b/src/repo/mod.rs
@@ -2,4 +2,5 @@ pub mod channel;
pub mod error;
pub mod login;
pub mod message;
+pub mod pool;
pub mod token;