juniper/Cargo.toml
Damir Vandic 44002f0884 Hyper integration crate (#230)
This adds the new integration crate `juniper_hyper`.
2018-09-01 20:02:01 -07:00

9 lines
136 B
TOML

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