coreutils/src/chroot/Cargo.toml

21 lines
278 B
TOML
Raw Normal View History

[package]
name = "chroot"
version = "0.0.1"
authors = []
build = "../../mkmain.rs"
[lib]
name = "uu_chroot"
path = "chroot.rs"
[dependencies]
getopts = "0.2.18"
2016-08-02 06:25:19 +00:00
[dependencies.uucore]
path = "../uucore"
features = ["entries"]
[[bin]]
name = "chroot"
path = "../../uumain.rs"