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:
parent
91726aa7cf
commit
35fec95d60
6 changed files with 136 additions and 0 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue