diff --git a/Cargo.toml b/Cargo.toml index c5ae60b..63d6d30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ version = "0.2.2" authors = ["Vitaly _Vi Shukela "] keywords = ["websocket", "websockets", "rfc6455", "broadcast", "nightly"] repository = "https://github.com/vi/wsbroad" +include = ["src","Cargo.toml","LICENSE","README.md"] categories = ["command-line-utilities", "network-programming", "web-programming", "web-programming::websocket"] license = "MIT/Apache-2.0" edition = "2018" diff --git a/README.md b/README.md index b0d16c5..928c411 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,4 @@ Expiring URL: /baz For `wss://` server use some Nginx forwarding. -There are pre-built versions (legacy at the moment): - -* Linux: [wsbroad-x86_64-musl](https://github.com/vi/wsbroad/releases/download/0.1.0/wsbroad-x86_64-musl) -* Windows: [wsbroad-i686-windows.exe](https://github.com/vi/wsbroad/releases/download/0.1.0/wsbroad-i686-windows.exe) (not tested) -* Mac: [wsbroad-x86_64-mac](https://github.com/vi/wsbroad/releases/download/0.1.0/wsbroad-x86_64-mac) (not tested) +See [Github releases](https://github.com/vi/wsbroad/releases/) for pre-built versions.