From c6f47503d603a9547f037dca0154372d4f22797b Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Fri, 17 Mar 2017 18:05:23 +0100 Subject: [PATCH] Set categories --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"