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