mirror of
https://github.com/rwf2/Rocket.git
synced 2024-12-26 12:22:36 +00:00
7d895eb9f6
This provides WebSocket support in Rocket's official 'contrib'.
11 lines
207 B
TOML
11 lines
207 B
TOML
[package]
|
|
name = "upgrade"
|
|
version = "0.0.0"
|
|
workspace = "../"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../core/lib" }
|
|
ws = { package = "rocket_ws", path = "../../contrib/ws" }
|