Skip to content

Commit 4ec7381

Browse files
committed
Description and keywords
1 parent 53474a7 commit 4ec7381

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[package]
22
name = "wsbroad"
3+
description = "[nightly-only] Websocket server that broadcasts each message to other clients connected to the same URL"
34
version = "0.1.0"
45
authors = ["Vitaly _Vi Shukela <[email protected]>"]
6+
keywords = ["websocket", "websockets", "rfc6455", "broadcast", "nightly", "application"]
7+
categories = ["command-line-utilities", "network-programming", "web-programming", "web-programming::websocket"]
8+
license = "MIT/Apache-2.0"
59

610
[dependencies]
711
futures-await = { version = "0.1" }

0 commit comments

Comments
 (0)