mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 09:03:14 +00:00
16 lines
180 B
TOML
16 lines
180 B
TOML
[package]
|
|
name = "chroot"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "chroot"
|
|
path = "chroot.rs"
|
|
|
|
[dependencies]
|
|
getopts = "*"
|
|
libc = "*"
|
|
|
|
[[bin]]
|
|
name="chroot"
|
|
path="chroot.rs"
|