1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 00:41:07 +01:00
actix-website/examples/Cargo.toml

31 lines
473 B
TOML
Raw Normal View History

2018-05-23 21:28:12 +02:00
[workspace]
members = [
"application",
2019-06-13 06:32:48 +02:00
"easy-form-handling",
"flexible-responders",
2018-05-23 23:25:51 +02:00
"getting-started",
2019-06-13 06:32:48 +02:00
"main-example",
"powerful-extractors",
"request-routing",
2018-05-24 05:39:15 +02:00
"server",
2018-05-24 19:13:55 +02:00
"url-dispatch",
2019-06-15 22:37:08 +02:00
"responder-trait",
2019-06-18 23:52:24 +02:00
"either",
2019-06-17 05:17:17 +02:00
"extractors",
2019-06-17 06:44:38 +02:00
"autoreload",
2019-06-17 20:34:23 +02:00
"errors",
"requests",
2019-06-17 21:15:33 +02:00
"responses",
2019-06-17 22:57:57 +02:00
"middleware",
2019-06-17 23:35:47 +02:00
"static-files",
2019-06-18 23:17:43 +02:00
"http2",
"testing",
"async-handlers",
"websockets",
"request-handlers",
]
exclude = [
2019-06-18 08:21:24 +02:00
"og_databases",
2019-06-18 08:42:43 +02:00
"sentry",
2018-05-23 21:28:12 +02:00
]