Add async to doc tests

This commit is contained in:
Christian Legnitto 2020-01-21 08:38:13 -08:00
parent b8b28ec2bb
commit 31ca3e6156

View file

@ -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"