mirror of
https://github.com/uutils/coreutils
synced 2025-01-10 12:19:18 +00:00
23 lines
602 B
TOML
23 lines
602 B
TOML
[package]
|
|
name = "uu_chroot"
|
|
version = "0.0.26"
|
|
authors = ["uutils developers"]
|
|
license = "MIT"
|
|
description = "chroot ~ (uutils) run COMMAND under a new root directory"
|
|
|
|
homepage = "https://github.com/uutils/coreutils"
|
|
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chroot"
|
|
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
|
|
categories = ["command-line-utilities"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "src/chroot.rs"
|
|
|
|
[dependencies]
|
|
clap = { workspace = true }
|
|
uucore = { workspace = true, features = ["entries", "fs"] }
|
|
|
|
[[bin]]
|
|
name = "chroot"
|
|
path = "src/main.rs"
|