coreutils/src/chroot/Cargo.toml

21 lines
287 B
TOML
Raw Normal View History

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