aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
parentde7c513a61ecadf0940e3a75bce364089385d8fd (diff)
downloadeinhyrningsins-b3a8dc936c007e72a3580a55864dfda97a675b3c.tar.gz
einhyrningsins-b3a8dc936c007e72a3580a55864dfda97a675b3c.zip
cleanup libs; switch to slog logging
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 2 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 795ff18..7f6e03f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,18 +5,15 @@ authors = ["bnewbold <bnewbold@robocracy.org>"]
[dependencies]
nix = "0.7"
-log = "0.3"
-env_logger = "0.3"
getopts = "^0.2"
timer = "0.1"
time = "0.1"
-chrono = "0.2"
chan = "0.1"
chan-signal = "0.1"
slog = "1.0"
-slog-envlogger = "0.5"
+slog-term = "1.1"
+slog-syslog = "1.0.0-alpha"
json = "*"
-url = "1.2"
rustyline = "1.0"
[replace]