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

32 lines
494 B
TOML
Raw Permalink Normal View History

2018-05-23 21:28:12 +02:00
[workspace]
2023-11-01 16:08:22 +01:00
resolver = "2"
2018-05-23 21:28:12 +02:00
members = [
"application",
2020-09-12 17:21:54 +02:00
"async-handlers",
2023-03-13 18:58:08 +01:00
"databases",
2019-06-13 06:32:48 +02:00
"easy-form-handling",
2020-09-12 17:21:54 +02:00
"either",
"errors",
"extractors",
2019-06-13 06:32:48 +02:00
"flexible-responders",
2018-05-23 23:25:51 +02:00
"getting-started",
2020-09-12 17:21:54 +02:00
"http2",
2019-06-13 06:32:48 +02:00
"main-example",
2020-09-12 17:21:54 +02:00
"middleware",
2019-06-13 06:32:48 +02:00
"powerful-extractors",
2020-09-12 17:21:54 +02:00
"request-handlers",
2019-06-13 06:32:48 +02:00
"request-routing",
2019-06-17 20:34:23 +02:00
"requests",
2020-09-12 17:21:54 +02:00
"responder-trait",
2019-06-17 21:15:33 +02:00
"responses",
2020-09-12 17:21:54 +02:00
"server",
"shuttle",
2019-06-17 23:35:47 +02:00
"static-files",
"testing",
2020-09-12 17:21:54 +02:00
"url-dispatch",
"websockets",
2018-05-23 21:28:12 +02:00
]
2023-11-01 16:11:40 +01:00
[workspace.package]
edition = "2021"