Add crates.io badge

This commit is contained in:
Alexandre Bury 2016-06-25 16:55:24 -07:00
parent 1fee33be40
commit 30547c4199

View File

@ -1,6 +1,7 @@
# Cursive # Cursive
[![Build Status](https://travis-ci.org/gyscos/Cursive.svg?branch=master)](https://travis-ci.org/gyscos/Cursive) [![Build Status](https://travis-ci.org/gyscos/Cursive.svg?branch=master)](https://travis-ci.org/gyscos/Cursive)
[![crates.io](http://meritbadge.herokuapp.com/cursive)](https://crates.io/crates/cursive)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
Cursive is a ncurses-based TUI (Text User Interface) library for rust. It is based on jeaye's [ncurses-rs](https://github.com/jeaye/ncurses-rs). Cursive is a ncurses-based TUI (Text User Interface) library for rust. It is based on jeaye's [ncurses-rs](https://github.com/jeaye/ncurses-rs).
@ -10,8 +11,8 @@ Cursive is a ncurses-based TUI (Text User Interface) library for rust. It is bas
It is designed to be safe and easy to use: It is designed to be safe and easy to use:
``` ```
[dependencies.cursive] [dependencies]
git = "https://github.com/Gyscos/cursive" cursive = "0.0.1"
``` ```
(You will also need ncurses installed - if it isn't already, check in your package manager.) (You will also need ncurses installed - if it isn't already, check in your package manager.)