2f62bc55e1
This split still requires some work as the tests currently fail. This is caused by the fact that some previously private modules can't be accessed anymore, and that Rocket changet it's testing framework.
21 lines
665 B
TOML
21 lines
665 B
TOML
[package]
|
|
name = "juniper_rocket_integration"
|
|
version = "0.0.1"
|
|
authors = ["Magnus Hallin <mhallin@fastmail.com>"]
|
|
description = "Juniper GraphQL integration with Rocket"
|
|
license = "BSD-2-Clause"
|
|
documentation = "https://docs.rs/juniper"
|
|
repository = "https://github.com/mhallin/juniper"
|
|
|
|
[dependencies]
|
|
juniper = { path = "../juniper" }
|
|
juniper_codegen = { path = "../juniper_codegen" }
|
|
rocket = { version = "^0.3.0" }
|
|
rocket_codegen = { version = "^0.3.0" }
|
|
serde = { version = "^1.0.8" }
|
|
serde_derive = {version="^1.0.8" }
|
|
serde_json = { version = "^1.0.2" }
|
|
|
|
[badges]
|
|
travis-ci = { repository = "mhallin/juniper" }
|
|
appveyor = { repository = "mhallin/juniper" }
|