2019-01-28 07:16:14 +11:00
|
|
|
[package]
|
|
|
|
name = "crossterm_utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Timon Post <timonpost@hotmail.nl>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
2019-04-03 07:23:38 +11:00
|
|
|
crossterm_winapi = "0.1.1"
|
2019-01-28 07:16:14 +11:00
|
|
|
winapi = { version = "0.3.5", features = ["wincon"] }
|
|
|
|
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
|
|
libc = "0.2.43"
|
|
|
|
termios = "0.3.1"
|