aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-10-25 00:18:48 -0700
committerBryan Newbold <bnewbold@robocracy.org>2017-10-25 00:18:48 -0700
commitb330843fb1788d7882f72ce9cbaf526e1bb91e56 (patch)
tree9e089672c2047f89a1e940d8f4adee3d71b9f456 /src/lib.rs
parent91d3f4e6307ecd4031aee7cdefdc7da4aa37d2be (diff)
downloadgeniza-b330843fb1788d7882f72ce9cbaf526e1bb91e56.tar.gz
geniza-b330843fb1788d7882f72ce9cbaf526e1bb91e56.zip
unencrypted networking
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 8a515d7..deb0cf8 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -13,6 +13,7 @@
#[macro_use]
extern crate error_chain;
+#[macro_use]
extern crate log;
extern crate env_logger;
extern crate integer_encoding;