From 8c6ee6de85bf4d7ea3f5f9658103b29786c37a77 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Thu, 14 Feb 2019 00:36:28 +0100 Subject: [PATCH] updated Cargo.toml information --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 97e606c..a0c5670 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,12 @@ name = "output-vt100" version = "0.1.0" authors = ["Phuntsok Drak-pa "] edition = "2018" +description = "Utility to activate escape codes in Windows' CMD and PowerShell" +repository = "https://github.com/Phundrak/output-vt100-rs" +keywords = ["vt100", "console", "ansi"] +readme = "README.md" +licence = "GPL-3.0" +categories = ["development-tools"] [dependencies] ctor = "0.1.7"