mirror of
https://github.com/actix/actix-website
synced 2024-11-23 16:31:08 +01:00
31 lines
473 B
TOML
31 lines
473 B
TOML
[workspace]
|
|
members = [
|
|
"application",
|
|
"easy-form-handling",
|
|
"flexible-responders",
|
|
"getting-started",
|
|
"main-example",
|
|
"powerful-extractors",
|
|
"request-routing",
|
|
"server",
|
|
"url-dispatch",
|
|
"responder-trait",
|
|
"either",
|
|
"extractors",
|
|
"autoreload",
|
|
"errors",
|
|
"requests",
|
|
"responses",
|
|
"middleware",
|
|
"static-files",
|
|
"http2",
|
|
"testing",
|
|
"async-handlers",
|
|
"websockets",
|
|
"request-handlers",
|
|
]
|
|
exclude = [
|
|
"og_databases",
|
|
"sentry",
|
|
]
|