summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index d128db1..35e2786 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -3,5 +3,8 @@
#[phase(plugin)] extern crate regex_macros;
extern crate regex;
+pub use client::Client;
+
+pub mod client;
mod constants;
mod message;