From ae16ddeb2adc33b1ec23abfae29a553c920d8af4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 23 May 2020 22:28:06 -0400 Subject: wrap log lines when necessary --- Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.lock') 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", -- cgit v1.2.3