We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7c581f + f0846d3 commit ebbdf53Copy full SHA for ebbdf53
2 files changed
README.md
@@ -1,7 +1,7 @@
1
# graphql_client
2
3
[](https://travis-ci.org/tomhoule/graphql-client)
4
-[](https://docs.rs/graphql_client/0.0.1/graphql_client/)
+[](https://docs.rs/graphql_client/0.1.0/graphql_client/)
5
[](https://crates.io/crates/graphql_client)
6
7
A typed GraphQL client library for Rust.
graphql_client_cli/Cargo.toml
@@ -1,5 +1,6 @@
[package]
name = "graphql_client_cli"
+description = "The CLI for graphql-client (WIP)"
version = "0.1.0"
authors = ["Tom Houlé <tom@tomhoule.com>"]
license = "Apache-2.0 OR MIT"
0 commit comments