mirror of
https://github.com/uutils/coreutils
synced 2025-01-21 17:44:17 +00:00
17 lines
228 B
TOML
17 lines
228 B
TOML
[package]
|
|
name = "env"
|
|
version = "0.0.1"
|
|
authors = []
|
|
build = "../../mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_env"
|
|
path = "env.rs"
|
|
|
|
[dependencies]
|
|
libc = "0.2.26"
|
|
uucore = { path="../uucore" }
|
|
|
|
[[bin]]
|
|
name = "env"
|
|
path = "../../uumain.rs"
|