Version 0.1.2 released.

Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
pull/1/head
Alexey Galakhov 8 years ago
parent bc5960d241
commit 60f9d3eedd
  1. 10
      Cargo.toml

@ -6,15 +6,15 @@ keywords = ["websocket", "io", "web"]
authors = ["Daniel Abramov <dabramov@snapview.de>", "Alexey Galakhov <agalakhov@snapview.de>"]
license = "MIT"
homepage = "https://github.com/snapview/tokio-tungstenite"
documentation = "https://docs.rs/tokio-tungstenite"
documentation = "https://docs.rs/tokio-tungstenite/0.1.2"
repository = "https://github.com/snapview/tokio-tungstenite"
version = "0.1.2"
[dependencies]
futures = "*"
tokio-io = "*"
futures = "0.1.12"
tokio-io = "0.1.1"
tungstenite = "0.2.0"
url = "*"
url = "1.4.0"
[dev-dependencies]
tokio-core = "*"
tokio-core = "0.1.6"

Loading…
Cancel
Save