parent
40c13943ed
commit
ddea3615f9
@ -1,10 +1,11 @@ |
|||||||
[package] |
[package] |
||||||
name = "tokio-ws" |
name = "tokio-tungstenite" |
||||||
version = "0.1.0" |
version = "0.1.0" |
||||||
authors = ["Daniel Abramov <dabramov@snapview.de>"] |
authors = ["Daniel Abramov <dabramov@snapview.de>"] |
||||||
|
|
||||||
[dependencies] |
[dependencies] |
||||||
futures = "*" |
futures = "*" |
||||||
tokio-core = "*" |
tokio-core = "*" |
||||||
|
url = "*" |
||||||
|
|
||||||
ws2 = { path = "../ws2-rs" } |
tungstenite = { path = "../tungstenite-rs" } |
||||||
|
Loading…
Reference in new issue