juniper/juniper_rocket/Cargo.toml
theduke b89712a887 Add juniper_rocket back to main repo
This is done for a lower maintainance burden and combined testing.
2017-12-02 15:59:23 +01:00

23 lines
834 B
TOML

[package]
name = "juniper_rocket"
version = "0.1.0"
authors = ["Magnus Hallin <mhallin@fastmail.com>"]
description = "Juniper GraphQL integration with Rocket"
license = "BSD-2-Clause"
documentation = "https://docs.rs/juniper_rocket"
repository = "https://github.com/graphql-rust/juniper_rocket"
[dependencies]
serde = { version = "1.0.8" }
serde_derive = {version="1.0.8" }
serde_json = { version = "1.0.2" }
rocket = { version = "0.3.0" }
rocket_codegen = { version = "0.3.0" }
juniper = { version = "0.8.1" , git = "https://github.com/graphql-rust/juniper" }
[badges]
travis-ci = { repository = "mhallin/juniper" }
appveyor = { repository = "mhallin/juniper" }
[dev-dependencies]
juniper = { version = "0.8.1", path = "../juniper", features=["expose-test-schema", "serde_json"], git = "https://github.com/graphql-rust/juniper" }