diff --git a/Cargo.toml b/Cargo.toml index 18ba64b..e29fa25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tokio-tungstenite" description = "Tokio binding for Tungstenite, the Lightweight stream-based WebSocket implementation" -categories = ["web-programming:websockets", "network-programming"] +categories = ["web-programming:websocket", "network-programming", "asynchronous", "concurrency"] keywords = ["websocket", "io", "web"] authors = ["Daniel Abramov ", "Alexey Galakhov "] license = "MIT"