aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTill Hoeppner2014-11-07 15:56:58 +0100
committerTill Hoeppner2014-11-07 15:56:58 +0100
commitd738bcd85bc9d7ea47d8995a57a594ead6bb0f73 (patch)
tree6a5f797eeff751c84eed37dde44d7d9058386528 /src/lib.rs
parentc134482094fe8f84491e96f919283359ea8d5e4b (diff)
downloadirsc-d738bcd85bc9d7ea47d8995a57a594ead6bb0f73.tar.gz
irsc-d738bcd85bc9d7ea47d8995a57a594ead6bb0f73.tar.xz
irsc-d738bcd85bc9d7ea47d8995a57a594ead6bb0f73.zip
Fixed TcpStream::connect invocation
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index a6125d7..6d0b42d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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;