From 4c90242579c1e673ae47d63786503370c512f148 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 15 May 2018 00:51:21 -0700 Subject: add basic slog logging --- rust/Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 56144dd3..4e86d830 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -17,12 +17,16 @@ error-chain = "0.11" chrono = { version = "0.4", features = ["serde"] } futures = "0.1" hyper = "0.10" -#hyper-openssl = {version = "0.2", optional = true} -#hyper-tls = {version = "0.1.2", optional = true} iron = "0.5" iron-slog = "*" iron-test = "*" swagger = "0.7" +slog = "^2.0" +slog-term = "*" +slog-async = "*" + +#hyper-openssl = {version = "0.2", optional = true} +#hyper-tls = {version = "0.1.2", optional = true} #tokio-core = "0.1.6" #tokio-proto = "0.1.1" -- cgit v1.2.3