Add fake features to integration crates

This commit is contained in:
Christian Legnitto 2020-01-21 08:17:49 -08:00
parent 16f34db12f
commit 9a634bb8e2
3 changed files with 12 additions and 0 deletions

View file

@ -8,6 +8,10 @@ documentation = "https://docs.rs/juniper_hyper"
repository = "https://github.com/graphql-rust/juniper"
edition = "2018"
[features]
# Fake feature to help CI.
async = []
[dependencies]
serde = "1.0"
serde_json = "1.0"

View file

@ -11,6 +11,10 @@ documentation = "https://docs.rs/juniper_iron"
repository = "https://github.com/graphql-rust/juniper"
edition = "2018"
[features]
# Fake feature to help CI.
async = []
[dependencies]
serde = { version = "1.0.2" }
serde_json = { version = "1.0.2" }

View file

@ -11,6 +11,10 @@ documentation = "https://docs.rs/juniper_rocket"
repository = "https://github.com/graphql-rust/juniper"
edition = "2018"
[features]
# Fake feature to help CI.
async = []
[dependencies]
serde = { version = "1.0.2" }
serde_json = { version = "1.0.2" }