Cargo Features

rspc-axum has no features set by default.

[dependencies]
rspc-axum = { version = "0.1.1", features = ["ws"] }
ws

Enables ws of axum and tokio

TODO: No more tokio::select + spawning threads. Axum's Websocket upgrade handles that.