Rocket/examples/Cargo.toml
Sergio Benitez 50c9e88cf9 Completely revamp, redo examples.
The new examples directory...

  * Contains a `README.md` explaining each example.
  * Consolidates examples into more complete chunks.
  * Is just better.

Resolves #1447.
2021-04-07 23:09:05 -07:00

23 lines
279 B
TOML

[workspace]
members = [
"config",
"cookies",
"databases",
"error-handling",
"fairings",
"forms",
"hello",
"manual-routing",
"responders",
"serialization",
"state",
"static-files",
"templating",
"testing",
"tls",
"uuid",
"pastebin",
"todo",
]