1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-09-15 19:36:16 +00:00

ls: add uucore/format feature

This commit is contained in:
Daniel Hofstetter 2024-04-24 17:06:13 +02:00
parent 89af8b9769
commit 91b4ce6426

View file

@ -26,6 +26,7 @@ lscolors = { workspace = true }
uucore = { workspace = true, features = [ uucore = { workspace = true, features = [
"colors", "colors",
"entries", "entries",
"format",
"fs", "fs",
"fsxattr", "fsxattr",
"quoting-style", "quoting-style",