mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
Add Cargo.toml entry to readme
This commit is contained in:
parent
d9652ac728
commit
602ec49332
@ -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:
|
It is designed to be safe and easy to use:
|
||||||
|
|
||||||
|
```
|
||||||
|
[dependencies.cursive]
|
||||||
|
git = "https://github.com/Gyscos/cursive"
|
||||||
|
```
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
extern crate cursive;
|
extern crate cursive;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user