juniper/Cargo.toml
2019-08-21 15:48:31 +02:00

17 lines
362 B
TOML

[workspace]
# Order is important as this is the order the crates will be released.
members = [
"juniper_benchmarks",
"juniper_codegen",
"juniper",
"integration_tests/juniper_tests",
"integration_tests/async_await",
"juniper_hyper",
"juniper_iron",
"juniper_rocket",
"juniper_warp",
]
exclude = [
"docs/book/tests",
"examples/warp_async",
]