1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00
actix-website/examples/Cargo.toml
2019-06-16 23:17:17 -04:00

20 lines
311 B
TOML

[workspace]
members = [
"application",
"easy-form-handling",
"flexible-responders",
"getting-started",
"main-example",
"powerful-extractors",
"request-routing",
"server",
"url-dispatch",
"responder-trait",
"either"
]
exclude = [
"request-handlers",
"async-handlers",
"extractors",
]