juniper/docs/book/tests/Cargo.toml

28 lines
640 B
TOML
Raw Normal View History

[package]
name = "juniper_book_tests"
version = "0.1.0"
authors = ["Magnus Hallin <mhallin@fastmail.com>"]
edition = "2018"
build = "build.rs"
[dependencies]
juniper = { path = "../../../juniper" }
2019-05-07 03:56:06 -05:00
juniper_iron = { path = "../../../juniper_iron" }
juniper_subscriptions = { path = "../../../juniper_subscriptions" }
derive_more = "0.99.7"
futures = "0.3"
tokio = { version = "0.2", features = ["rt-core", "blocking", "stream", "rt-util"] }
iron = "0.5.0"
mount = "0.4.0"
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"
[build-dependencies]
skeptic = "0.13"
[patch.crates-io]
juniper_codegen = { path = "../../../juniper_codegen" }