Rename the library

pull/1/head
Daniel Abramov 8 years ago
parent 40c13943ed
commit ddea3615f9
  1. 5
      Cargo.toml

@ -1,10 +1,11 @@
[package]
name = "tokio-ws"
name = "tokio-tungstenite"
version = "0.1.0"
authors = ["Daniel Abramov <dabramov@snapview.de>"]
[dependencies]
futures = "*"
tokio-core = "*"
url = "*"
ws2 = { path = "../ws2-rs" }
tungstenite = { path = "../tungstenite-rs" }

Loading…
Cancel
Save