juniper/docs/book/tests/Cargo.toml
2019-05-12 10:36:30 +02:00

22 lines
437 B
TOML

[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" }