diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ extern crate regex_macros; extern crate regex; +#[phase(plugin, link)] +extern crate log; + pub mod server; pub mod color; pub mod ident; |