juniper/Cargo.toml
theduke 4ab2f20b8f Restructure repository to Cargo workspace.
This makes it possible to:
* extract parser to own crate
* add juniper_codegen crate for custom derive stuff
* add integration tests
2017-07-12 21:51:24 +02:00

4 lines
38 B
TOML

[workspace]
members = [
"juniper"
]