diff --git a/Cargo.toml b/Cargo.toml index 3ab0ac4..f15c0ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,10 @@ name = "termion" version = "1.0.0" authors = ["Ticki "] +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] libc = "0.2.8" diff --git a/README.md b/README.md index 215a372..25881a5 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,6 @@ version of Termion. - TrueColor. - 256-color mode. - Cursor movement. -- Color output. -- Calculating ANSI escapes. - Text formatting. - Console size. - Control sequences.