src/api_schema/format.rs: depend on textwrap, new wrap_text helper

This commit is contained in:
Dietmar Maurer
2019-06-04 12:42:02 +02:00
parent 339ddfcbfa
commit 5e0f305142
2 changed files with 28 additions and 4 deletions

View File

@ -48,6 +48,7 @@ zstd = "0.4"
xdg = "2.2"
mio = "0.6"
valgrind_request = { version = "1.1", optional = true }
textwrap = "0.11"
[features]
default = []