Rocket/examples/Cargo.toml
Sergio Benitez bd482081ad Add 'upgrade' example with WebSocket support.
This is an initial example that showcases using the new connection
upgrade API to implement WebSocket support outside of Rocket's core.
2023-03-29 17:07:01 -07:00

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",
]