juniper/Cargo.toml
Christoph Herzog 51bde5d94f Remove old 2018 edition compatability tests.
Those are not needed anymore since the refactor to 2018 edition.
2019-05-02 20:18:21 +02:00

14 lines
278 B
TOML

[workspace]
# Order is important as this is the order the crates will be released.
members = [
"juniper_codegen",
"juniper",
"integration_tests/juniper_tests",
"juniper_hyper",
"juniper_iron",
"juniper_rocket",
"juniper_warp",
]
exclude = [
"docs/book/tests",
]