mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
Build hashsum, join, ln, ls, mkdir, mktemp, nl, ptx, sort on Redox
This commit is contained in:
parent
bc9a0aae66
commit
6f4b91db93
3 changed files with 18 additions and 20 deletions
18
Cargo.toml
18
Cargo.toml
|
@ -65,19 +65,10 @@ fuchsia = [
|
|||
]
|
||||
generic = [
|
||||
"arch",
|
||||
"hashsum",
|
||||
"hostname",
|
||||
"join",
|
||||
"more",
|
||||
"ln",
|
||||
"ls",
|
||||
"mkdir",
|
||||
"mktemp",
|
||||
"nl",
|
||||
"nproc",
|
||||
"ptx",
|
||||
"shred",
|
||||
"sort",
|
||||
"sync",
|
||||
"tail",
|
||||
"test",
|
||||
|
@ -111,13 +102,21 @@ redox_generic = [
|
|||
"false",
|
||||
"fmt",
|
||||
"fold",
|
||||
"hashsum",
|
||||
"head",
|
||||
"join",
|
||||
"link",
|
||||
"ln",
|
||||
"ls",
|
||||
"mkdir",
|
||||
"mktemp",
|
||||
"mv",
|
||||
"nl",
|
||||
"od",
|
||||
"paste",
|
||||
"printenv",
|
||||
"printf",
|
||||
"ptx",
|
||||
"pwd",
|
||||
"readlink",
|
||||
"realpath",
|
||||
|
@ -127,6 +126,7 @@ redox_generic = [
|
|||
"seq",
|
||||
"shuf",
|
||||
"sleep",
|
||||
"sort",
|
||||
"split",
|
||||
"sum",
|
||||
"tac",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue