From 4ec73817ece71ac94ffab2f04e1a69a916a4c93d Mon Sep 17 00:00:00 2001 From: Vitaly _Vi Shukela Date: Wed, 15 Nov 2017 14:40:32 +0300 Subject: [PATCH] Description and keywords --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index afac343..e98795f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "wsbroad" +description = "[nightly-only] Websocket server that broadcasts each message to other clients connected to the same URL" version = "0.1.0" authors = ["Vitaly _Vi Shukela "] +keywords = ["websocket", "websockets", "rfc6455", "broadcast", "nightly", "application"] +categories = ["command-line-utilities", "network-programming", "web-programming", "web-programming::websocket"] +license = "MIT/Apache-2.0" [dependencies] futures-await = { version = "0.1" }