Add some info to Cargo.toml

This commit is contained in:
Alexandre Bury 2015-05-16 13:12:20 -07:00
parent a8c8855831
commit 09a21803f8

View File

@ -2,6 +2,11 @@
name = "cursive"
version = "0.1.0"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
description = "A TUI library based on ncurses-rs"
license = "MIT"
repository = "https://github.com/Gyscos/cursive"
readme = "Readme.md"
keywords = ["ncurses", "TUI"]
[lib]
name = "cursive"