2015-07-31 22:49:14 +00:00
|
|
|
[package]
|
|
|
|
name = "env"
|
|
|
|
version = "0.0.1"
|
|
|
|
authors = []
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "env"
|
|
|
|
path = "env.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
getopts = "*"
|
|
|
|
libc = "*"
|
2015-11-24 01:00:51 +00:00
|
|
|
uucore = { path="../uucore" }
|
2015-11-22 20:45:04 +00:00
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name="env"
|
|
|
|
path="env.rs"
|