Update Cargo.toml

This commit is contained in:
ticki 2016-07-24 00:59:01 +02:00
parent b6c01d91ab
commit 7aa50d3077
2 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,10 @@
name = "termion" name = "termion"
version = "1.0.0" version = "1.0.0"
authors = ["Ticki <Ticki@users.noreply.github.com>"] authors = ["Ticki <Ticki@users.noreply.github.com>"]
description = "A bindless library for manipulating terminals."
repository = "ticki/termion"
license = "MIT"
keywords = ["tty", "color", "terminal", "console", "tui", "size", "cursor", "clear", "ansi", "escape", "codes", "termios", "truecolor", "mouse", "isatty", "raw", "text", "password", "redox", "async"]
[target.'cfg(not(target_os = "redox"))'.dependencies] [target.'cfg(not(target_os = "redox"))'.dependencies]
libc = "0.2.8" libc = "0.2.8"

View File

@ -53,8 +53,6 @@ version of Termion.
- TrueColor. - TrueColor.
- 256-color mode. - 256-color mode.
- Cursor movement. - Cursor movement.
- Color output.
- Calculating ANSI escapes.
- Text formatting. - Text formatting.
- Console size. - Console size.
- Control sequences. - Control sequences.