diff --git a/Cargo.toml b/Cargo.toml index 0f187de..9d467bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tungstenite" description = "Lightweight stream-based WebSocket implementation" -categories = ["Web programming", "Network programming"] +categories = ["web-programming:websocket", "network-programming"] keywords = ["websocket", "io", "web"] authors = ["Alexey Galakhov"] license = "MIT"