bea94398e8
- switch from `skeptic` to mdBook native tests - refactor `juniper_integration_tests` to be granular - make `cargo test` command fully compatible with stable Rust - adjust outdated Contribution Guide Additionally: - fix codegen tests on latest nightly Rust
19 lines
418 B
TOML
19 lines
418 B
TOML
[workspace]
|
|
members = [
|
|
"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",
|
|
"juniper_warp",
|
|
"juniper_actix",
|
|
"tests/codegen",
|
|
"tests/integration",
|
|
]
|