mirror of
https://github.com/rwf2/Rocket.git
synced 2024-12-27 04:42:40 +00:00
50c9e88cf9
The new examples directory... * Contains a `README.md` explaining each example. * Consolidates examples into more complete chunks. * Is just better. Resolves #1447.
23 lines
279 B
TOML
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",
|
|
]
|