coreutils/src/chroot/Cargo.toml

18 lines
215 B
TOML
Raw Normal View History

[package]
name = "chroot"
version = "0.0.1"
authors = []
[lib]
name = "uu_chroot"
path = "chroot.rs"
[dependencies]
getopts = "*"
libc = "*"
uucore = { path="../uucore" }
[[bin]]
name = "chroot"
path = "main.rs"