We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a803df commit 86a60c1Copy full SHA for 86a60c1
juniper/Cargo.toml
@@ -22,16 +22,16 @@ travis-ci = { repository = "graphql-rust/juniper" }
22
default = [
23
"bson",
24
"chrono",
25
+ "json",
26
"schema-language",
27
"url",
28
"uuid",
- "json",
29
]
30
expose-test-schema = ["anyhow", "serde_json"]
31
graphql-parser-integration = ["graphql-parser"]
32
+json = ["serde_json"]
33
scalar-naivetime = []
34
schema-language = ["graphql-parser-integration"]
-json = ["serde_json"]
35
36
[dependencies]
37
juniper_codegen = { version = "0.15.7", path = "../juniper_codegen" }
0 commit comments