minicrossterm/crossterm_winapi/Cargo.toml
Timon_Post 4fca41d6c5 0.9.5
2019-05-20 18:56:23 +02:00

14 lines
557 B
TOML

[package]
name = "crossterm_winapi"
version = "0.1.4"
authors = ["T. Post"]
description = "An WinApi wrapper that provides some basic simple abstractions aground common WinApi calls"
repository = "https://github.com/TimonPost/crossterm_winapi"
documentation = "https://docs.rs/crossterm_winapi/"
license = "MIT"
keywords = ["winapi", "abstractions", "crossterm", "windows", "screen_buffer"]
exclude = ["target", "Cargo.lock"]
readme = "README.md"
[dependencies]
winapi = { version = "0.3.7", features = ["winbase","consoleapi","processenv", "handleapi"] }