aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/einhyrningsinsctl.rs
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-10-13 23:43:08 -0700
committerbnewbold <bnewbold@robocracy.org>2016-10-13 23:43:08 -0700
commitb3a8dc936c007e72a3580a55864dfda97a675b3c (patch)
treefe02aea7d6325bee35d15a41ed703fd25544b654 /src/bin/einhyrningsinsctl.rs
parentde7c513a61ecadf0940e3a75bce364089385d8fd (diff)
downloadeinhyrningsins-b3a8dc936c007e72a3580a55864dfda97a675b3c.tar.gz
einhyrningsins-b3a8dc936c007e72a3580a55864dfda97a675b3c.zip
cleanup libs; switch to slog logging
Diffstat (limited to 'src/bin/einhyrningsinsctl.rs')
-rw-r--r--src/bin/einhyrningsinsctl.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bin/einhyrningsinsctl.rs b/src/bin/einhyrningsinsctl.rs
index a727c2f..03d6d51 100644
--- a/src/bin/einhyrningsinsctl.rs
+++ b/src/bin/einhyrningsinsctl.rs
@@ -20,13 +20,10 @@
extern crate json;
extern crate getopts;
-extern crate log;
-extern crate env_logger;
extern crate nix;
extern crate timer;
extern crate time;
extern crate chan_signal;
-extern crate url;
extern crate rustyline;
use std::io;