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-05-07 03:56:06 -05:00
|
|
|
juniper = { path = "../../../juniper" }
|
|
|
|
juniper_iron = { path = "../../../juniper_iron" }
|
2018-12-23 14:41:50 -06:00
|
|
|
|
|
|
|
iron = "^0.5.0"
|
|
|
|
mount = "^0.3.0"
|
|
|
|
|
|
|
|
skeptic = "0.13"
|
2019-05-07 03:56:06 -05:00
|
|
|
serde_json = "1.0.39"
|
2018-12-23 14:41:50 -06:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
skeptic = "0.13"
|
|
|
|
|
|
|
|
[patch.crates-io]
|
2019-01-11 10:16:21 -06:00
|
|
|
juniper_codegen = { path = "../../../juniper_codegen" }
|