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",
|
2017-06-24 13:21:11 +02:00
|
|
|
]
|
2019-01-11 17:16:21 +01:00
|
|
|
exclude = [
|
|
|
|
"docs/book/tests",
|
2020-01-21 09:04:27 -08:00
|
|
|
# TODO enable warp
|
|
|
|
"juniper_warp",
|
2019-08-19 22:40:22 +02:00
|
|
|
"examples/warp_async",
|
2019-11-15 21:50:35 +01:00
|
|
|
# TODO enable async tests
|
|
|
|
"juniper_rocket_async",
|
2019-01-11 17:16:21 +01:00
|
|
|
]
|