1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 21:47:46 +00:00

ls: add once_cell to Cargo.toml

This commit is contained in:
Terts Diepraam 2021-04-23 00:35:45 +02:00
parent a114f855f0
commit 3874a24457

View file

@ -25,6 +25,7 @@ unicode-width = "0.1.5"
globset = "0.4.6"
uucore = { version=">=0.0.8", package="uucore", path="../../uucore", features=["entries", "fs"] }
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
once_cell = "1.7.2"
[target.'cfg(unix)'.dependencies]
atty = "0.2"