[package]
name = "juniper_book_tests"
version = "0.1.0"
authors = ["Magnus Hallin <mhallin@fastmail.com>"]
edition = "2018"
build = "build.rs"

[dependencies]
juniper = { path = "../../../juniper" }
juniper_iron = { path = "../../../juniper_iron" }

iron = "^0.5.0"
mount = "^0.3.0"

skeptic = "0.13"
serde_json = "1.0.39"

[build-dependencies]
skeptic = "0.13"

[patch.crates-io]
juniper_codegen = { path = "../../../juniper_codegen" }