[package] name = "tokio-tungstenite" version = "0.1.0" authors = ["Daniel Abramov "] [dependencies] futures = "*" tokio-core = "*" url = "*" tungstenite = { path = "../tungstenite-rs" }