From 7b0618c20b5348230304323efd75bc65361bbe1e Mon Sep 17 00:00:00 2001 From: Thomas Ghysels Date: Mon, 6 Aug 2018 00:50:15 +0200 Subject: Add hyper dependencies --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3