removed unused dependency, fixed typo

This commit is contained in:
Phuntsok Drak-pa 2019-02-14 00:54:24 +01:00
parent 41e8938804
commit 9f09faa0ba
No known key found for this signature in database
GPG Key ID: 9CB34B6827C66D22
1 changed files with 1 additions and 2 deletions

View File

@ -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"] }