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]
|
2020-03-09 01:20:11 -05:00
|
|
|
juniper = { path = "../../../juniper" }
|
2019-05-07 03:56:06 -05:00
|
|
|
juniper_iron = { path = "../../../juniper_iron" }
|
2020-02-04 02:57:47 -06:00
|
|
|
futures = "0.3.1"
|
2018-12-23 14:41:50 -06:00
|
|
|
|
2019-05-26 04:09:27 -05:00
|
|
|
iron = "0.5.0"
|
|
|
|
mount = "0.4.0"
|
2018-12-23 14:41:50 -06:00
|
|
|
|
|
|
|
skeptic = "0.13"
|
2019-05-07 03:56:06 -05:00
|
|
|
serde_json = "1.0.39"
|
2020-01-28 06:12:27 -06:00
|
|
|
uuid = "0.8"
|
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" }
|