summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorThomas Ghysels <info@thomasg.be>2018-08-06 00:50:15 +0200
committerRyan Dahl <ry@tinyclouds.org>2018-08-20 16:53:39 -0400
commit7b0618c20b5348230304323efd75bc65361bbe1e (patch)
treea683ecd4dd059f34dad6b560d7c7046673fa1fcb /Cargo.toml
parentf7fd2389533f0ae387af30ea63755b67a6484e51 (diff)
Add hyper dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ea3efec29..7d73ede4c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,3 +14,7 @@ log = "0.4.3"
sha1 = "0.6.0"
tempfile = "3"
tokio = {git = "https://github.com/tokio-rs/tokio.git", rev = "5d0d2a2e1214f856993df6965825c89bfcaa879e"}
+hyper = "0.12.8"
+crossbeam-deque = "= 0.5.1"
+crossbeam-epoch = "= 0.5.1"
+futures-core = "0.2.1"