From 9f09faa0baa4dc34db33099200381c4c82a2a6be Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Thu, 14 Feb 2019 00:54:24 +0100 Subject: [PATCH] removed unused dependency, fixed typo --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 73b185b..ca0fdc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,8 @@ 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" +license = "GPL-3.0" categories = ["development-tools"] [dependencies] -ctor = "0.1.7" winapi = { version = "0.3.6", features = ["winuser", "winbase", "consoleapi", "processenv"] }