Merge pull request #2714 from blyxxyz/os_display-crate

Move display::Quotable into its own crate
This commit is contained in:
Sylvestre Ledru
2021-11-12 21:17:59 +01:00
committed by GitHub
3 changed files with 13 additions and 490 deletions
Generated
+10
View File
@@ -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",
+1
View File
@@ -30,6 +30,7 @@ data-encoding-macro = { version="0.1.12", optional=true }
z85 = { version="3.0.3", optional=true }
libc = { version="0.2.15", optional=true }
once_cell = "1.8.0"
os_display = "0.1.0"
[target.'cfg(unix)'.dependencies]
walkdir = { version="2.3.2", optional=true }
File diff suppressed because it is too large Load Diff