Skip to content

Commit a27b28a

Browse files
committed
Rename the CLI binary to graphql-client
1 parent 738656d commit a27b28a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

graphql_client_cli/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ version = "0.1.0"
44
authors = ["Tom Houlé <[email protected]>"]
55
license = "Apache-2.0 OR MIT"
66

7+
[[bin]]
8+
name = "graphql-client"
9+
path = "src/main.rs"
10+
711
[dependencies]
812
failure = "0.1"
913
reqwest = "0.8"

0 commit comments

Comments
 (0)