mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
Add windows feature and make unix imply generic
This commit is contained in:
parent
179de609b5
commit
63f1537838
3 changed files with 6 additions and 5 deletions
|
@ -35,7 +35,10 @@ unix = [
|
|||
"uptime",
|
||||
"users",
|
||||
"who",
|
||||
|
||||
"generic"
|
||||
]
|
||||
windows = ["generic"]
|
||||
# Feature "fuchsia" contains the exclusive list of utilities
|
||||
# that can be compiled and run on Fuchsia. Should be built
|
||||
# with --no-default-features when selecting this feature.
|
||||
|
@ -149,7 +152,7 @@ redox = [
|
|||
]
|
||||
test_unimplemented = []
|
||||
nightly = []
|
||||
default = ["generic", "unix"]
|
||||
default = ["unix"]
|
||||
|
||||
[workspace]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue