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",
|
|
|
|
"either"
|
|
|
|
]
|
|
|
|
exclude = [
|
|
|
|
"request-handlers",
|
|
|
|
"async-handlers",
|
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 15:39:58 -04:00
|
|
|
"testing",
|
2019-06-17 16:57:57 -04:00
|
|
|
"middleware",
|
2019-06-17 17:35:47 -04:00
|
|
|
"static-files",
|
2019-06-17 18:07:57 -04:00
|
|
|
"websockets",
|
2019-06-17 18:31:10 -04:00
|
|
|
"http20",
|
2019-06-18 02:21:24 -04:00
|
|
|
"databases",
|
|
|
|
"og_databases",
|
2019-06-18 02:42:43 -04:00
|
|
|
"sentry",
|
2018-05-23 21:28:12 +02:00
|
|
|
]
|