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-11-01 15:21:01 +00:00

32 lines
494 B
TOML

[workspace]
resolver = "2"
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",
"shuttle",
"static-files",
"testing",
"url-dispatch",
"websockets",
]
[workspace.package]
edition = "2021"