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"
|
||||
|
||||
[dependencies]
|
||||
juniper = { path = "../../../juniper" }
|
||||
juniper = { path = "../../../juniper", features = ["async"] }
|
||||
juniper_iron = { path = "../../../juniper_iron" }
|
||||
futures = "=0.3.1"
|
||||
|
||||
iron = "0.5.0"
|
||||
mount = "0.4.0"
|
||||
|
|
Loading…
Reference in a new issue