72ed45a77c
- remove `cargo-make` integration - rework CI pipeline more granular and precise - rework releasing process - tune up project layout - fill up new CHANGELOGs Additionally: - fix latest nightly/stable Rust inconsistencies
20 lines
436 B
TOML
20 lines
436 B
TOML
[workspace]
|
|
members = [
|
|
"benches",
|
|
"book/tests",
|
|
"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",
|
|
"juniper_warp",
|
|
"juniper_actix",
|
|
"tests/codegen",
|
|
"tests/integration",
|
|
]
|