From 82ceea3c821927cc7bb7c692a583948e87f35383 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 28 Apr 2016 03:43:31 -0400 Subject: packaging stuff --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e3b7ca8..866066f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,14 @@ name = "vt100" version = "0.1.0" authors = ["Jesse Luehrs "] + +description = "Library for parsing terminal data" +homepage = "https://github.com/doy/vt100-rust" +repository = "git://github.com/doy/vt100-rust" +readme = "README.md" +keywords = ["terminal", "vt100"] +license = "MIT" + build = "build.rs" [build-dependencies] -- cgit v1.2.3-54-g00ecf