From 6dcaec44d55717337aba9b20176e137bf3121f8b Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Fri, 17 Mar 2017 16:53:54 +0100 Subject: [PATCH] Cargo.toml: Cleanup description and keywords Signed-off-by: Alexey Galakhov --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58a8017..14cd38d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,13 @@ [package] name = "tungstenite" -version = "0.1.0" +description = "Lightweight stream-based WebSocket implementation" +categories = ["Web programming", "Network programming"] +keywords = ["websocket", "io", "web"] authors = ["Alexey Galakhov"] +license = "MIT" +readme = "README.md" +repository = "https://github.com/snapview/tungstenite-rs" +version = "0.1.0" [features] default = ["tls"]