mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 21:47:46 +00:00
Merge pull request #2714 from blyxxyz/os_display-crate
Move display::Quotable into its own crate
This commit is contained in:
commit
ca1156458e
3 changed files with 13 additions and 490 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -1298,6 +1298,15 @@ dependencies = [
|
|||
"hashbrown",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "os_display"
|
||||
version = "0.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "748cc1d0dc55247316a5bedd8dc8c5478c8a0c2e2001176b38ce7c0ed732c7a5"
|
||||
dependencies = [
|
||||
"unicode-width",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ouroboros"
|
||||
version = "0.10.1"
|
||||
|
@ -3273,6 +3282,7 @@ dependencies = [
|
|||
"libc",
|
||||
"nix 0.20.0",
|
||||
"once_cell",
|
||||
"os_display",
|
||||
"termion",
|
||||
"thiserror",
|
||||
"time",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue