Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,13 @@ feat_common_core = [
feat_Tier1 = [
"feat_common_core",
"arch",
"kill",
"hostname",
"nproc",
"sync",
"timeout",
"uname",
"uptime",
"whoami",
]
## (primary platforms) feature sets
Expand Down Expand Up @@ -303,7 +306,7 @@ feat_os_unix_musl = [
"feat_require_unix_utmpx",
]
# "feat_os_windows" == set of utilities which can be built/run on modern windows platforms
feat_os_windows = ["feat_Tier1", "kill", "stdbuf", "timeout", "uptime"]
feat_os_windows = ["feat_Tier1", "stdbuf"]
## (secondary platforms) feature sets
# "feat_os_unix_gnueabihf" == set of utilities which can be built/run on the "arm-unknown-linux-gnueabihf" target (ARMv6 Linux [hardfloat])
feat_os_unix_gnueabihf = [
Expand Down
Loading