Add async feature flag

This commit is contained in:
Christian Legnitto 2020-01-21 08:04:08 -08:00
parent 80ef24fc12
commit 16f34db12f

View file

@ -4,7 +4,8 @@ version = "0.1.0"
authors = ["Christoph Herzog <chris@theduke.at>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
async = []
[dependencies]
juniper = { path = "../../juniper", features = ["async"] }