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 0e2c7e5 commit 9e4155eCopy full SHA for 9e4155e
examples/github/Cargo.toml
@@ -2,6 +2,7 @@
2
name = "graphql_query_github_example"
3
version = "0.1.0"
4
authors = ["Tom Houlé <[email protected]>"]
5
+edition = "2018"
6
7
[dependencies]
8
failure = "*"
examples/web/Cargo.toml
@@ -11,6 +11,7 @@ lto = "thin"
11
crate-type = ["cdylib"]
12
13
14
+graphql_client = { path = "../../graphql_client" }
15
graphql_client_web = { path = "../../graphql_client_web" }
16
wasm-bindgen = "0.2.12"
17
serde = { version = "1.0.67", features = ["derive"] }
0 commit comments