mirror of
https://github.com/actix/actix-website
synced 2025-01-23 00:25:55 +01:00
19 lines
295 B
TOML
19 lines
295 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",
|
|
]
|