termion/Cargo.toml

26 lines
487 B
TOML
Raw Normal View History

2016-03-06 13:55:01 +00:00
[package]
name = "libterm"
version = "0.1.0"
authors = ["Ticki <Ticki@users.noreply.github.com>"]
2016-03-15 14:46:51 +00:00
[target.i686-unknown-linux-gnu.dependencies]
libc = "0.2.8"
[target.x86_64-unknown-linux-gnu.dependencies]
libc = "0.2.8"
[target.i686-unknown-linux-musl.dependencies]
libc = "0.2.8"
[target.x86_64-unknown-linux-musl.dependencies]
libc = "0.2.8"
[target.i686-apple-darwin.dependencies]
libc = "0.2.8"
[target.x86_64-apple-darwin.dependencies]
2016-03-08 10:07:34 +00:00
libc = "0.2.8"
[features]
nightly = []