Skip to content

Commit

Permalink
Merge pull request console-rs#35 from keirlawson/add-badges
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara authored Apr 28, 2020
2 parents 6030cbb + 03029f8 commit 91f1ad9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ readme = "README.md"
[dependencies]
console = "0.11.2"
lazy_static = "1"
tempfile = "3"
tempfile = "3"
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# dialoguer

[![Build Status](https://travis-ci.org/mitsuhiko/dialoguer.svg?branch=master)](https://travis-ci.org/mitsuhiko/dialoguer)
[![Latest version](https://img.shields.io/crates/v/dialoguer.svg)](https://crates.io/crates/dialoguer)
[![Documentation](https://docs.rs/dialoguer/badge.svg)](https://docs.rs/dialoguer)

A rust library for command line prompts and similar things.

0 comments on commit 91f1ad9

Please sign in to comment.