aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-05-23 22:28:06 -0400
committerJesse Luehrs <doy@tozt.net>2020-05-23 22:28:06 -0400
commitae16ddeb2adc33b1ec23abfae29a553c920d8af4 (patch)
treeb7d165e0205ef421c9affc91c352223fbb9c8441 /Cargo.lock
parent71723e6b35876f0511638cd4473634f9716a6bea (diff)
downloadrbw-ae16ddeb2adc33b1ec23abfae29a553c920d8af4.tar.gz
rbw-ae16ddeb2adc33b1ec23abfae29a553c920d8af4.zip
wrap log lines when necessary
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2ea6e96..21ba51e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1144,6 +1144,8 @@ dependencies = [
"snafu",
"structopt",
"tempfile",
+ "term_size",
+ "textwrap",
"tokio",
"uuid",
"zeroize",