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" }