2022-04-08 09:44:50 -05:00
|
|
|
[package]
|
|
|
|
name = "juniper_book_tests"
|
|
|
|
version = "0.0.0"
|
|
|
|
edition = "2018"
|
|
|
|
authors = ["Magnus Hallin <mhallin@fastmail.com>"]
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
derive_more = "0.99"
|
|
|
|
futures = "0.3"
|
2022-04-12 09:56:58 -05:00
|
|
|
iron = "0.6"
|
2022-04-08 09:44:50 -05:00
|
|
|
juniper = { path = "../../juniper" }
|
|
|
|
juniper_iron = { path = "../../juniper_iron" }
|
|
|
|
juniper_subscriptions = { path = "../../juniper_subscriptions" }
|
|
|
|
mount = "0.4"
|
|
|
|
serde_json = "1.0"
|
|
|
|
skeptic = "0.13"
|
|
|
|
tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "sync"] }
|
2022-04-20 12:21:14 -05:00
|
|
|
uuid = "1.0"
|
2022-04-08 09:44:50 -05:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
skeptic = "0.13"
|