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:
parent
a114f855f0
commit
3874a24457
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue