From 40c13943ed5a0981f97b704bf84763b3c3533b00 Mon Sep 17 00:00:00 2001 From: Daniel Abramov Date: Tue, 31 Jan 2017 17:21:13 +0100 Subject: [PATCH] Add additional dependencies to the Cargo.toml --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index dbbec91..9ff0e18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,7 @@ version = "0.1.0" authors = ["Daniel Abramov "] [dependencies] +futures = "*" +tokio-core = "*" + +ws2 = { path = "../ws2-rs" }