[package]
name = "tty"
version = "0.0.1"
authors = []
[lib]
path = "tty.rs"
[dependencies]
getopts = "*"
libc = "*"
[[bin]]
name="tty"
path="tty.rs"