1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00
actix-website/examples/Cargo.toml
2023-03-13 17:58:08 +00:00

27 lines
428 B
TOML

[workspace]
members = [
"application",
"async-handlers",
"databases",
"easy-form-handling",
"either",
"errors",
"extractors",
"flexible-responders",
"getting-started",
"http2",
"main-example",
"middleware",
"powerful-extractors",
"request-handlers",
"request-routing",
"requests",
"responder-trait",
"responses",
"server",
"static-files",
"testing",
"url-dispatch",
"websockets",
]