619a2e57f9
* Added juniper_iron crate * Fixed up juniper_rocket crate * Updated juniper/Cargo.toml * Updated docs (readme, module docs) * Export http integrator tests with export-test-schema feature * Update CI tests (Use cargo-make ) * Format parts of the code base
8 lines
117 B
TOML
8 lines
117 B
TOML
[workspace]
|
|
members = [
|
|
"juniper",
|
|
"juniper_codegen",
|
|
"juniper_tests",
|
|
"juniper_iron",
|
|
"juniper_rocket",
|
|
]
|