Skip to content

Commit ebbdf53

Browse files
authored
Merge pull request #54 from tomhoule/last-fixes
Add description field to CLI Cargo.toml
2 parents a7c581f + f0846d3 commit ebbdf53

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# graphql_client
22

33
[![Build Status](https://travis-ci.org/tomhoule/graphql-client.svg?branch=master)](https://travis-ci.org/tomhoule/graphql-client)
4-
[![docs](https://docs.rs/graphql_client/badge.svg)](https://docs.rs/graphql_client/0.0.1/graphql_client/)
4+
[![docs](https://docs.rs/graphql_client/badge.svg)](https://docs.rs/graphql_client/0.1.0/graphql_client/)
55
[![crates.io](https://img.shields.io/crates/v/graphql_client.svg)](https://crates.io/crates/graphql_client)
66

77
A typed GraphQL client library for Rust.

graphql_client_cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "graphql_client_cli"
3+
description = "The CLI for graphql-client (WIP)"
34
version = "0.1.0"
45
authors = ["Tom Houlé <tom@tomhoule.com>"]
56
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)