From 7aa50d30776df7374b9aee44fff0c9ceefa3c850 Mon Sep 17 00:00:00 2001 From: ticki <ticki@users.noreply.github.com> Date: Sun, 24 Jul 2016 00:59:01 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++++ README.md | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3ab0ac4b..f15c0ac8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,10 @@ name = "termion" version = "1.0.0" 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] libc = "0.2.8" diff --git a/README.md b/README.md index 215a3722..25881a5b 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. -- GitLab