24 lines
491 B
TOML
24 lines
491 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", features = ["async"] }
|
|
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.7.4"
|
|
|
|
[build-dependencies]
|
|
skeptic = "0.13"
|
|
|
|
[patch.crates-io]
|
|
juniper_codegen = { path = "../../../juniper_codegen" }
|