1
0
mirror of https://github.com/actix/actix-website synced 2025-01-23 00:25:55 +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 00:32:48 -04:00
"easy-form-handling",
"flexible-responders",
2018-05-23 23:25:51 +02:00
"getting-started",
2019-06-13 00:32:48 -04:00
"main-example",
"powerful-extractors",
"request-routing",
2018-05-23 20:39:15 -07:00
"server",
2018-05-24 10:13:55 -07:00
"url-dispatch",
2019-06-15 16:37:08 -04:00
"responder-trait",
2019-06-18 17:52:24 -04:00
"either",
2019-06-16 23:17:17 -04:00
"extractors",
2019-06-17 00:44:38 -04:00
"autoreload",
2019-06-17 14:34:23 -04:00
"errors",
"requests",
2019-06-17 15:15:33 -04:00
"responses",
2019-06-17 16:57:57 -04:00
"middleware",
2019-06-17 17:35:47 -04:00
"static-files",
2019-06-18 17:17:43 -04:00
"http2",
"testing",
"async-handlers",
"websockets",
"request-handlers",
]
exclude = [
2019-06-18 02:21:24 -04:00
"og_databases",
2019-06-18 02:42:43 -04:00
"sentry",
2018-05-23 21:28:12 +02:00
]