juniper/docs/book/tests/Cargo.toml
Christian Legnitto 00b111a1ff
Remove async feature gate (#554)
This still has the async / non-async split. Future diffs will get
rid of `GraphQLTypeAsync` and move everything into `GraphQLType`.
2020-03-08 23:20:11 -07:00

24 lines
466 B
TOML

[package]
name = "juniper_book_tests"
version = "0.1.0"
authors = ["Magnus Hallin <mhallin@fastmail.com>"]
edition = "2018"
build = "build.rs"
[dependencies]
juniper = { path = "../../../juniper" }
juniper_iron = { path = "../../../juniper_iron" }
futures = "0.3.1"
iron = "0.5.0"
mount = "0.4.0"
skeptic = "0.13"
serde_json = "1.0.39"
uuid = "0.8"
[build-dependencies]
skeptic = "0.13"
[patch.crates-io]
juniper_codegen = { path = "../../../juniper_codegen" }