From ddea3615f96525cf8ad9f424b42d0cea6a43cd54 Mon Sep 17 00:00:00 2001 From: Daniel Abramov Date: Fri, 3 Feb 2017 17:28:26 +0100 Subject: [PATCH] Rename the library --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" }