From b3a8dc936c007e72a3580a55864dfda97a675b3c Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 13 Oct 2016 23:43:08 -0700 Subject: cleanup libs; switch to slog logging --- Cargo.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 795ff18..7f6e03f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,18 +5,15 @@ authors = ["bnewbold "] [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] -- cgit v1.2.3