1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 05:57:46 +00:00

ls: move to uutils-term-grid

This commit is contained in:
Miles Liu 2023-10-11 16:26:36 +08:00
parent f3f82c14af
commit 3b971e4806
No known key found for this signature in database
GPG key ID: 4DB9B32F9B24A7A9
3 changed files with 12 additions and 12 deletions

20
Cargo.lock generated
View file

@ -2085,15 +2085,6 @@ dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "term_grid"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "230d3e804faaed5a39b08319efb797783df2fd9671b39b7596490cb486d702cf"
dependencies = [
"unicode-width",
]
[[package]]
name = "terminal_size"
version = "0.2.6"
@ -2649,10 +2640,10 @@ dependencies = [
"number_prefix",
"once_cell",
"selinux",
"term_grid",
"terminal_size 0.3.0",
"unicode-width",
"uucore",
"uutils_term_grid",
]
[[package]]
@ -3276,6 +3267,15 @@ version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
[[package]]
name = "uutils_term_grid"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b389452a568698688dda38802068378a16c15c4af9b153cdd99b65391292bbc7"
dependencies = [
"unicode-width",
]
[[package]]
name = "version_check"
version = "0.9.4"