ws_stream_tungstenite
Run this command in a terminal, in your project's directory:
cargo add ws_stream_tungstenite
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
ws_stream_tungstenite = "0.14.0"
The ws_stream_tungstenite library will be automatically available globally. Read the ws_stream_tungstenite library documentation.
Back to the crate overview.