coreutils/src/chroot/Cargo.toml
2017-07-15 15:16:09 -05:00

20 lines
269 B
TOML

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