2018-01-04 00:43:54 +11:00
|
|
|
[package]
|
|
|
|
name = "crossterm"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["T <timonpost@hotmail.nl>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2018-01-18 09:06:45 +11:00
|
|
|
[target.'cfg(windows)'.dependencies]
|
2018-01-04 00:43:54 +11:00
|
|
|
winapi = "0.2.8"
|
|
|
|
kernel32-sys = "0.2.1"
|
|
|
|
|
2018-01-18 09:06:45 +11:00
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
|
|
libc = "0.2"
|
2018-01-04 00:43:54 +11:00
|
|
|
|
|
|
|
|