2018-05-23 21:28:12 +02:00
|
|
|
[workspace]
|
|
|
|
members = [
|
|
|
|
"application",
|
2020-09-12 16:21:54 +01:00
|
|
|
"async-handlers",
|
2019-06-13 00:32:48 -04:00
|
|
|
"easy-form-handling",
|
2020-09-12 16:21:54 +01:00
|
|
|
"either",
|
|
|
|
"errors",
|
|
|
|
"extractors",
|
2019-06-13 00:32:48 -04:00
|
|
|
"flexible-responders",
|
2018-05-23 23:25:51 +02:00
|
|
|
"getting-started",
|
2020-09-12 16:21:54 +01:00
|
|
|
"http2",
|
2019-06-13 00:32:48 -04:00
|
|
|
"main-example",
|
2020-09-12 16:21:54 +01:00
|
|
|
"middleware",
|
2019-06-13 00:32:48 -04:00
|
|
|
"powerful-extractors",
|
2020-09-12 16:21:54 +01:00
|
|
|
"request-handlers",
|
2019-06-13 00:32:48 -04:00
|
|
|
"request-routing",
|
2019-06-17 14:34:23 -04:00
|
|
|
"requests",
|
2020-09-12 16:21:54 +01:00
|
|
|
"responder-trait",
|
2019-06-17 15:15:33 -04:00
|
|
|
"responses",
|
2020-09-12 16:21:54 +01:00
|
|
|
"server",
|
2019-06-17 17:35:47 -04:00
|
|
|
"static-files",
|
2019-06-19 00:20:50 -04:00
|
|
|
"testing",
|
2020-09-12 16:21:54 +01:00
|
|
|
"url-dispatch",
|
2019-06-19 00:20:50 -04:00
|
|
|
"websockets",
|
2018-05-23 21:28:12 +02:00
|
|
|
]
|
2022-02-26 03:56:24 +00:00
|
|
|
# TODO: update databases
|
|
|
|
exclude = ["databases"]
|