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" }