Add Cargo.toml entry to readme

This commit is contained in:
Alexandre Bury 2015-05-22 16:28:23 -07:00
parent d9652ac728
commit 602ec49332

View File

@ -5,6 +5,11 @@ 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:
```
[dependencies.cursive]
git = "https://github.com/Gyscos/cursive"
```
```rust
extern crate cursive;