juniper/Cargo.toml
nWacky eb941e509a
Add subscription support (#433)
Co-authored-by: tyranron <tyranron@gmail.com>
Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
2020-03-18 20:31:36 -07:00

21 lines
476 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_subscriptions",
"juniper_warp",
]
exclude = [
"docs/book/tests",
"examples/warp_async",
"examples/warp_subscriptions",
# TODO enable async tests
"juniper_rocket_async",
]