mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-05 07:27:46 +00:00
uucore: make features opt-in rather than opt-out
This commit is contained in:
parent
f74a1b6333
commit
07de3eda6e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ process = ["libc"]
|
||||||
signals = []
|
signals = []
|
||||||
entries = ["libc"]
|
entries = ["libc"]
|
||||||
wide = []
|
wide = []
|
||||||
default = ["fs", "libc", "utf8", "encoding", "parse_time", "mode", "utmpx", "process", "entries", "signals", "wide"]
|
default = []
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
path = "lib.rs"
|
path = "lib.rs"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue