1
Fork 0
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:
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 = []
entries = ["libc"]
wide = []
default = ["fs", "libc", "utf8", "encoding", "parse_time", "mode", "utmpx", "process", "entries", "signals", "wide"]
default = []
[lib]
path = "lib.rs"