Add async to doc tests
This commit is contained in:
parent
b8b28ec2bb
commit
31ca3e6156
1 changed files with 2 additions and 1 deletions
|
@ -6,8 +6,9 @@ edition = "2018"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
juniper = { path = "../../../juniper" }
|
juniper = { path = "../../../juniper", features = ["async"] }
|
||||||
juniper_iron = { path = "../../../juniper_iron" }
|
juniper_iron = { path = "../../../juniper_iron" }
|
||||||
|
futures = "=0.3.1"
|
||||||
|
|
||||||
iron = "0.5.0"
|
iron = "0.5.0"
|
||||||
mount = "0.4.0"
|
mount = "0.4.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue