diff --git a/Cargo.toml b/Cargo.toml index 9ff0e18..22eb3fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,11 @@ [package] -name = "tokio-ws" +name = "tokio-tungstenite" version = "0.1.0" authors = ["Daniel Abramov "] [dependencies] futures = "*" tokio-core = "*" +url = "*" -ws2 = { path = "../ws2-rs" } +tungstenite = { path = "../tungstenite-rs" }