juniper/Cargo.toml
Christian Legnitto 3ce3b21eb1
Flatten juniper_warp example (#289)
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.
2018-12-08 20:27:23 -07:00

10 lines
154 B
TOML

[workspace]
members = [
"juniper",
"juniper_codegen",
"juniper_tests",
"juniper_hyper",
"juniper_iron",
"juniper_rocket",
"juniper_warp",
]