summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rwxr-xr-x[-rw-r--r--]src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index ba9a5f6..43f8ede 100644..100755
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -6,4 +6,5 @@ mod client;
pub use client::*;
pub use commands::Command;
-pub use events::Event; \ No newline at end of file
+pub use events::Event;
+pub use enums::*; \ No newline at end of file