f02e427cab
* Add a new integration_tests subdirectory that holds integration tests * Add a new, temporary (and really minimal) 2018 edition test crate
12 lines
293 B
TOML
12 lines
293 B
TOML
[workspace]
|
|
# Order is important as this is the order the crates will be released.
|
|
members = [
|
|
"juniper_codegen",
|
|
"juniper",
|
|
"integration_tests/juniper_tests",
|
|
"integration_tests/juniper_2018_edition_tests",
|
|
"juniper_hyper",
|
|
"juniper_iron",
|
|
"juniper_rocket",
|
|
"juniper_warp",
|
|
]
|