coreutils/src/chroot/Cargo.toml
2016-08-20 03:10:37 +08:00

20 lines
264 B
TOML

[package]
name = "chroot"
version = "0.0.1"
authors = []
[lib]
name = "uu_chroot"
path = "chroot.rs"
[dependencies]
getopts = "*"
[dependencies.uucore]
path = "../uucore"
default-features = false
features = ["entries"]
[[bin]]
name = "chroot"
path = "main.rs"