use static strings for usage

This commit is contained in:
Dustin J. Mitchell
2020-12-24 21:07:27 +00:00
parent 7594144a2d
commit 75aaf8d4ab
7 changed files with 138 additions and 141 deletions

View File

@@ -11,7 +11,7 @@ failure = "^0.1.8"
log = "^0.4.11"
nom = "*"
prettytable-rs = "^0.8.0"
textwrap = "0.12.1"
textwrap = { version="0.12.1", features=["terminal_size"] }
termcolor = "1.1.2"
atty = "0.2.14"