aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-13 17:16:24 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-13 17:16:24 -0500
commitbbf648ce7a6eca59791171b0d51f1c2f7f8c507a (patch)
treec57fd585d5e84c5821c9d995900834786d68a953 /Cargo.toml
parent9bb3185998d3dcd047f6de0e34f018b37cfdb37c (diff)
downloadtextmode-bbf648ce7a6eca59791171b0d51f1c2f7f8c507a.tar.gz
textmode-bbf648ce7a6eca59791171b0d51f1c2f7f8c507a.zip
prep for initial releasev0.1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
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 <doy@tozt.net>"]
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"