juniper/juniper_rocket/Cargo.toml
Kai Ren 421b343398
Remove redundant extern crate usages (#790)
Additionally:
- remove obsolete benches in benches/ dir
- restore benches in juniper/benches/ dir
2020-10-19 19:42:27 +03:00

20 lines
637 B
TOML

[package]
name = "juniper_rocket"
version = "0.5.2"
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]
juniper = { version = "0.14.2", path = "../juniper", default-features = false}
rocket = { version = "0.4.2", default-features = false }
serde_json = "1.0.2"
[dev-dependencies]
juniper = { version = "0.14.2", path = "../juniper", features = ["expose-test-schema"] }