juniper/docs/book/tests/Cargo.toml

25 lines
489 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]
2020-01-21 10:38:13 -06:00
juniper = { path = "../../../juniper", features = ["async"] }
2019-05-07 03:56:06 -05:00
juniper_iron = { path = "../../../juniper_iron" }
2020-01-21 10:38:13 -06:00
futures = "=0.3.1"
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" }