Rocket/examples/Cargo.toml

25 lines
307 B
TOML
Raw Normal View History

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