1
Fork 0
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:
Alex Lyon 2019-04-28 16:56:20 -07:00
parent 179de609b5
commit 63f1537838
3 changed files with 6 additions and 5 deletions

View file

@ -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]