aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-10-11 21:51:32 -0700
committerbnewbold <bnewbold@robocracy.org>2016-10-11 21:51:32 -0700
commita0e2f837f7ffc33b125f0036d01f546a1f8ac9d6 (patch)
tree0f51764a22b8e339133f9fb710275b509bfe6e6b /Cargo.toml
parent1a04aa6f963b7d20cbcfbce05a87e2c0287297e4 (diff)
downloadeinhyrningsins-a0e2f837f7ffc33b125f0036d01f546a1f8ac9d6.tar.gz
einhyrningsins-a0e2f837f7ffc33b125f0036d01f546a1f8ac9d6.zip
work in progress on control socket
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' }