aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-04-20 04:07:39 -0400
committerJesse Luehrs <doy@tozt.net>2020-04-20 04:07:39 -0400
commit6f4eaaf8a8f29061c20f382c771991bb83221f7a (patch)
treec3f2f6cae44aea3d1f36c754700771b4ef17aa74 /Cargo.lock
parent9db9908cd3aa97933a543800d69945484a81e62a (diff)
downloadrbw-6f4eaaf8a8f29061c20f382c771991bb83221f7a.tar.gz
rbw-6f4eaaf8a8f29061c20f382c771991bb83221f7a.zip
add docs
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock13
1 files changed, 13 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9595645..55912d1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -249,6 +249,7 @@ dependencies = [
"atty",
"bitflags",
"strsim 0.8.0",
+ "term_size",
"textwrap",
"unicode-width",
"vec_map",
@@ -1485,6 +1486,17 @@ dependencies = [
]
[[package]]
+name = "term_size"
+version = "0.3.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9e5b9a66db815dcfd2da92db471106457082577c3c278d4138ab3e3b4e189327"
+dependencies = [
+ "kernel32-sys",
+ "libc",
+ "winapi 0.2.8",
+]
+
+[[package]]
name = "termcolor"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1499,6 +1511,7 @@ version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
+ "term_size",
"unicode-width",
]