juniper/juniper_rocket/Cargo.toml

21 lines
638 B
TOML
Raw Normal View History

[package]
name = "juniper_rocket"
2021-06-07 20:40:25 -05:00
version = "0.7.1"
edition = "2018"
authors = [
"Magnus Hallin <mhallin@fastmail.com>",
"Christoph Herzog <chris@theduke.at>",
]
description = "Juniper GraphQL integration with Rocket"
license = "BSD-2-Clause"
documentation = "https://docs.rs/juniper_rocket"
repository = "https://github.com/graphql-rust/juniper"
[dependencies]
2021-06-07 20:23:16 -05:00
juniper = { version = "0.15.6", path = "../juniper", default-features = false}
rocket = { version = "0.4.10", default-features = false }
serde_json = "1.0.2"
[dev-dependencies]
2021-06-07 20:23:16 -05:00
juniper = { version = "0.15.6", path = "../juniper", features = ["expose-test-schema"] }