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