aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fec9e07..ca068a4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,9 +13,9 @@ time = "0.1"
chrono = "0.2"
chan = "0.1"
chan-signal = "0.1"
-#slog = "1.0"
-#slog-envlogger = "0.5"
-#jsonrpc-core = "3.0"
+slog = "1.0"
+slog-envlogger = "0.5"
+json = "*"
[replace]
"chan-signal:0.1.6" = { git = 'https://github.com/bnewbold/chan-signal' }