aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndy Wortman <me@iximeow.net>2017-07-17 00:42:41 -0700
committerAndy Wortman <me@iximeow.net>2017-07-17 00:42:47 -0700
commit93cb77eb29c3e8b76694b5a11b6c1c3d469ae8db (patch)
tree8ac9aa14b565c60cfc6aa84c6f3f06d2e8862be8 /Cargo.toml
parent322ed4cd914b92a18bfee33f33e23649f3035f03 (diff)
gettin better - thread for stream, thread for render
render slightly intelligently, too
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1784ff9..77a8704 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,4 +25,4 @@ hyper-tls = "*"
"url" = "*"
"tokio-core" = "*"
"futures" = "*"
-
+"serde_json" = "*"