1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

arch: add new utility

Signed-off-by: Smigle00 <smigle00@gmail.com>
This commit is contained in:
Smigle00 2016-07-10 00:48:10 +05:30
parent 91726aa7cf
commit 35fec95d60
6 changed files with 136 additions and 0 deletions

View file

@ -6,6 +6,7 @@ build = "build.rs"
[features]
unix = [
"arch",
"chmod",
"chroot",
"du",
@ -96,6 +97,7 @@ test_unimplemented = []
[dependencies]
uucore = { path="src/uucore" }
arch = { optional=true, path="src/arch" }
base64 = { optional=true, path="src/base64" }
basename = { optional=true, path="src/basename" }
cat = { optional=true, path="src/cat" }