output-vt100-rs/Cargo.toml

15 lines
482 B
TOML
Raw Permalink Normal View History

2019-02-13 23:25:52 +00:00
[package]
2019-02-13 23:42:28 +00:00
name = "output_vt100"
2021-03-09 17:21:45 +00:00
version = "0.1.3"
2019-02-13 23:25:52 +00:00
authors = ["Phuntsok Drak-pa <phundrak@phundrak.fr>"]
edition = "2018"
2019-02-13 23:36:28 +00:00
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"
2019-02-21 10:16:38 +00:00
license = "MIT"
2019-02-13 23:36:28 +00:00
categories = ["development-tools"]
2019-02-13 23:25:52 +00:00
[dependencies]
winapi = { version = "0.3.6", features = ["winuser", "winbase", "consoleapi", "processenv"] }