From bbf648ce7a6eca59791171b0d51f1c2f7f8c507a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 13 Mar 2021 17:16:24 -0500 Subject: prep for initial release --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fe1b835..b9fda6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,13 @@ version = "0.1.0" authors = ["Jesse Luehrs "] edition = "2018" +description = "terminal interaction library backed by a real terminal parser" +repository = "https://git.tozt.net/textmode" +readme = "README.md" +keywords = ["curses", "vt100", "terminal", "tui"] +categories = ["asynchronous", "command-line-interface"] +license = "MIT" + [dependencies] itoa = "0.4" nix = "0.20" -- cgit v1.2.3-54-g00ecf