Rocket/examples/Cargo.toml

23 lines
279 B
TOML
Raw Normal View History

[workspace]
members = [
"config",
"cookies",
"databases",
"error-handling",
"fairings",
"forms",
"hello",
"manual-routing",
"responders",
"serialization",
"state",
"static-files",
"templating",
"testing",
"tls",
"pastebin",
"todo",
2021-06-01 20:15:05 +00:00
"chat",
]