mirror of
https://github.com/veeso/termscp.git
synced 2026-04-13 13:41:34 -07:00
Wrap log records using textwrap crate
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user