coreutils/src/chroot/Cargo.toml

21 lines
269 B
TOML
Raw Normal View History

[package]
name = "chroot"
version = "0.0.1"
authors = []
[lib]
name = "uu_chroot"
path = "chroot.rs"
[dependencies]
2017-07-15 19:03:43 +00:00
getopts = "0.2.14"
2016-08-02 06:25:19 +00:00
[dependencies.uucore]
path = "../uucore"
default-features = false
features = ["entries"]
[[bin]]
name = "chroot"
path = "main.rs"