9623e4d326
* Use mdbook for building the book * Update book config * Update book hierarchy to work properly with mdbook This necessitated adding place-holder index pages since mdbook does not suppoert stand-alon menu items * Update tests to use 2018 edition * Fix various compilation errors in the tests
15 lines
328 B
TOML
15 lines
328 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",
|
|
]
|
|
exclude = [
|
|
"docs/book/tests",
|
|
]
|