2018-12-23 14:41:50 -06:00
|
|
|
[package]
|
2019-01-11 10:16:21 -06:00
|
|
|
name = "juniper_book_tests"
|
2018-12-23 14:41:50 -06:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Magnus Hallin <mhallin@fastmail.com>"]
|
2019-01-11 10:16:21 -06:00
|
|
|
edition = "2018"
|
2018-12-23 14:41:50 -06:00
|
|
|
build = "build.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2019-01-11 10:16:21 -06:00
|
|
|
juniper = { version = "0.11", path = "../../../juniper" }
|
|
|
|
juniper_iron = { version = "0.3", path = "../../../juniper_iron" }
|
2018-12-23 14:41:50 -06:00
|
|
|
|
|
|
|
iron = "^0.5.0"
|
|
|
|
mount = "^0.3.0"
|
|
|
|
|
|
|
|
skeptic = "0.13"
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
skeptic = "0.13"
|
|
|
|
|
|
|
|
[patch.crates-io]
|
2019-01-11 10:16:21 -06:00
|
|
|
juniper_codegen = { path = "../../../juniper_codegen" }
|