We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738656d commit a27b28aCopy full SHA for a27b28a
graphql_client_cli/Cargo.toml
@@ -4,6 +4,10 @@ version = "0.1.0"
4
authors = ["Tom Houlé <[email protected]>"]
5
license = "Apache-2.0 OR MIT"
6
7
+[[bin]]
8
+name = "graphql-client"
9
+path = "src/main.rs"
10
+
11
[dependencies]
12
failure = "0.1"
13
reqwest = "0.8"
0 commit comments