1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 04:27:45 +00:00

ls: enable "colors" feature

This commit is contained in:
Daniel Hofstetter 2023-12-16 17:17:44 +01:00
parent f6d3f9afbf
commit 9167a84358

View file

@ -24,6 +24,7 @@ terminal_size = { workspace = true }
glob = { workspace = true }
lscolors = { workspace = true }
uucore = { workspace = true, features = [
"colors",
"entries",
"fs",
"quoting-style",