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"