Skip to content

Commit

Permalink
ls: Cache uid->usr and gid->grp mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
siebenHeaven committed Apr 17, 2021
1 parent 7a533b3 commit f059880
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 4 deletions.
238 changes: 237 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/uu/ls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ edition = "2018"
path = "src/ls.rs"

[dependencies]
cached = "0.23.0"
clap = "2.33"
lazy_static = "1.0.1"
number_prefix = "0.4"
Expand Down
Loading

0 comments on commit f059880

Please sign in to comment.