mirror of
https://github.com/actix/actix-website
synced 2024-11-27 18:12:57 +01:00
21 lines
327 B
TOML
21 lines
327 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",
|
|
"autoreload",
|
|
]
|