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