termion/Cargo.toml

12 lines
215 B
TOML
Raw Normal View History

2016-03-06 13:55:01 +00:00
[package]
2016-03-15 20:36:33 +00:00
name = "termion"
2016-03-06 13:55:01 +00:00
version = "0.1.0"
authors = ["Ticki <Ticki@users.noreply.github.com>"]
2016-07-02 15:51:50 +01:00
[target.'cfg(not(target_os = "redox"))'.dependencies]
2016-03-08 10:07:34 +00:00
libc = "0.2.8"
[features]
2016-07-03 12:27:07 +01:00
default = ["nightly"]
nightly = []