Wrap log records using textwrap crate

This commit is contained in:
ChristianVisintin
2020-12-01 12:32:33 +01:00
parent 968678503f
commit 4510b9c6b9
3 changed files with 49 additions and 20 deletions

10
Cargo.lock generated
View File

@@ -509,12 +509,22 @@ dependencies = [
"rpassword",
"ssh2",
"tempfile",
"textwrap",
"tui",
"unicode-width",
"users",
"whoami",
]
[[package]]
name = "textwrap"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "203008d98caf094106cfaba70acfed15e18ed3ddb7d94e49baec153a2b462789"
dependencies = [
"unicode-width",
]
[[package]]
name = "time"
version = "0.1.44"