3ce3b21eb1
This isn't needed, as examples by default are built when the containing crate is tested. I also confirmed that `cargo run --example warp_server` still works.
10 lines
154 B
TOML
10 lines
154 B
TOML
[workspace]
|
|
members = [
|
|
"juniper",
|
|
"juniper_codegen",
|
|
"juniper_tests",
|
|
"juniper_hyper",
|
|
"juniper_iron",
|
|
"juniper_rocket",
|
|
"juniper_warp",
|
|
]
|