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