1
0
mirror of https://github.com/actix/actix-website synced 2025-02-17 10:13:31 +01:00
actix-website/examples/Cargo.toml
Orhun Parmaksız e72b12218a
Add hosting instructions for Shuttle (#334)
* Add hosting instructions for Shuttle

* move shuttle sample code to examples dir

---------

Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-11-01 15:08:40 +00:00

28 lines
441 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",
"shuttle",
"static-files",
"testing",
"url-dispatch",
"websockets",
]