removed unused dependency, fixed typo
This commit is contained in:
parent
41e8938804
commit
9f09faa0ba
@ -7,9 +7,8 @@ description = "Utility to activate escape codes in Windows' CMD and PowerShell"
|
|||||||
repository = "https://github.com/Phundrak/output-vt100-rs"
|
repository = "https://github.com/Phundrak/output-vt100-rs"
|
||||||
keywords = ["vt100", "console", "ansi"]
|
keywords = ["vt100", "console", "ansi"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
licence = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
categories = ["development-tools"]
|
categories = ["development-tools"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ctor = "0.1.7"
|
|
||||||
winapi = { version = "0.3.6", features = ["winuser", "winbase", "consoleapi", "processenv"] }
|
winapi = { version = "0.3.6", features = ["winuser", "winbase", "consoleapi", "processenv"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user