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

View File

@@ -24,6 +24,7 @@ rpassword = "5.0.0"
unicode-width = "0.1.7"
chrono = "0.4.19"
bytesize = "1.0.1"
textwrap = "0.12.1"
[target.'cfg(any(unix, macos, linux))'.dependencies]
users = "0.11.0"