Add async feature flag
This commit is contained in:
parent
80ef24fc12
commit
16f34db12f
1 changed files with 2 additions and 1 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue