2017-06-24 13:21:11 +02:00
|
|
|
[workspace]
|
2018-12-12 19:20:23 -07:00
|
|
|
# Order is important as this is the order the crates will be released.
|
2017-06-24 13:21:11 +02:00
|
|
|
members = [
|
2019-08-21 12:07:30 +02:00
|
|
|
"juniper_benchmarks",
|
2017-06-24 13:52:01 +02:00
|
|
|
"juniper_codegen",
|
2018-12-12 19:20:23 -07:00
|
|
|
"juniper",
|
2018-12-19 02:35:46 +01:00
|
|
|
"integration_tests/juniper_tests",
|
2019-08-18 21:36:44 +02:00
|
|
|
"integration_tests/async_await",
|
2018-09-02 05:02:01 +02:00
|
|
|
"juniper_hyper",
|
2017-12-02 15:55:29 +01:00
|
|
|
"juniper_iron",
|
2017-12-02 16:09:08 +01:00
|
|
|
"juniper_rocket",
|
2020-04-09 22:10:24 -10:00
|
|
|
"juniper_rocket_async",
|
2020-03-19 06:31:36 +03:00
|
|
|
"juniper_subscriptions",
|
|
|
|
"juniper_warp",
|
2020-04-21 03:21:02 -03:00
|
|
|
"juniper_actix",
|
2017-06-24 13:21:11 +02:00
|
|
|
]
|
2019-01-11 17:16:21 +01:00
|
|
|
exclude = [
|
|
|
|
"docs/book/tests",
|
2019-08-19 22:40:22 +02:00
|
|
|
"examples/warp_async",
|
2020-03-19 06:31:36 +03:00
|
|
|
"examples/warp_subscriptions",
|
2019-01-11 17:16:21 +01:00
|
|
|
]
|