termion/Cargo.toml

11 lines
173 B
TOML

[package]
name = "termion"
version = "0.1.0"
authors = ["Ticki <Ticki@users.noreply.github.com>"]
[target.'cfg(unix)'.dependencies]
libc = "0.2.8"
[features]
nightly = []