1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-05 15:37:47 +00:00

uucore: make features opt-in rather than opt-out

This commit is contained in:
Alex Lyon 2018-03-12 20:21:38 -07:00 committed by Roy Ivy III
parent f74a1b6333
commit 07de3eda6e

View file

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