2017-06-24 13:21:11 +02:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2022-04-08 17:44:50 +03:00
|
|
|
"benches",
|
|
|
|
"examples/basic_subscriptions",
|
|
|
|
"examples/warp_async",
|
|
|
|
"examples/warp_subscriptions",
|
|
|
|
"examples/actix_subscriptions",
|
|
|
|
"juniper_codegen",
|
|
|
|
"juniper",
|
|
|
|
"juniper_hyper",
|
|
|
|
"juniper_iron",
|
|
|
|
"juniper_rocket",
|
|
|
|
"juniper_subscriptions",
|
|
|
|
"juniper_graphql_ws",
|
2023-08-24 21:02:32 -04:00
|
|
|
"juniper_graphql_transport_ws",
|
2022-04-08 17:44:50 +03:00
|
|
|
"juniper_warp",
|
|
|
|
"juniper_actix",
|
|
|
|
"tests/codegen",
|
|
|
|
"tests/integration",
|
2019-01-11 17:16:21 +01:00
|
|
|
]
|