mirror of
https://github.com/rwf2/Rocket.git
synced 2024-12-26 04:12:40 +00:00
bd482081ad
This is an initial example that showcases using the new connection upgrade API to implement WebSocket support outside of Rocket's core.
24 lines
292 B
TOML
24 lines
292 B
TOML
[workspace]
|
|
members = [
|
|
"config",
|
|
"cookies",
|
|
"databases",
|
|
"error-handling",
|
|
"fairings",
|
|
"forms",
|
|
"hello",
|
|
"manual-routing",
|
|
"responders",
|
|
"serialization",
|
|
"state",
|
|
"static-files",
|
|
"templating",
|
|
"testing",
|
|
"tls",
|
|
"upgrade",
|
|
|
|
"pastebin",
|
|
"todo",
|
|
"chat",
|
|
]
|