diff --git a/Cargo.toml b/Cargo.toml index 664b55b..4eede35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] -name = "async-tungstenite" -description = "Async binding for Tungstenite, the Lightweight stream-based WebSocket implementation" -categories = ["web-programming::websocket", "network-programming", "asynchronous", "concurrency"] +name = "ng-async-tungstenite" +description = "fork of async-tungstenite for NextGraph.org" +categories = [] keywords = ["websocket", "io", "web", "tokio", "async-std"] authors = ["Sebastian Dröge "] license = "MIT" @@ -40,10 +40,11 @@ futures-util = { version = "0.3", default-features = false, features = ["sink", futures-io = { version = "0.3", default-features = false, features = ["std"] } pin-project-lite = "0.2" -[dependencies.tungstenite] +[dependencies.ng-tungstenite] git = "https://git.nextgraph.org/NextGraph/tungstenite-rs.git" branch = "nextgraph" default-features = false +version = "0.19.0" [dependencies.async-std] optional = true