mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-12 20:49:11 +00:00
a78814f1c5
This has the following nice benefits: * The 'Uuid' wrapper type is gone. * 'Uuid' implements 'UriDisplay', 'FromUriParam'. * The 'serialization' example merges in 'uuid'. Resolves #1299.
22 lines
269 B
TOML
22 lines
269 B
TOML
[workspace]
|
|
members = [
|
|
"config",
|
|
"cookies",
|
|
"databases",
|
|
"error-handling",
|
|
"fairings",
|
|
"forms",
|
|
"hello",
|
|
"manual-routing",
|
|
"responders",
|
|
"serialization",
|
|
"state",
|
|
"static-files",
|
|
"templating",
|
|
"testing",
|
|
"tls",
|
|
|
|
"pastebin",
|
|
"todo",
|
|
]
|