diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,11 +6,12 @@ extern crate regex; extern crate log; extern crate eventual; -pub mod server; +// pub mod server; pub mod color; pub mod ident; pub mod callback; pub mod message; +// pub mod command; use std::io; use std::result; |