summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-09-22 21:39:38 +0300
committerLars Wirzenius <liw@liw.fi>2019-09-22 21:39:38 +0300
commit2936f3cf609bff77ef0851ebf55b35c74d31a67a (patch)
tree638667b1b383c69d4b434a00ea60d00efc520687 /Cargo.toml
parent2e87edb1382f8e00f52b0ca3e11c3aff39c57a7f (diff)
downloadroadmap-2936f3cf609bff77ef0851ebf55b35c74d31a67a.tar.gz
Change: wrap long labels to 30 chars
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 191e6ba..7fc7fd8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,3 +9,4 @@ edition = "2018"
[dependencies]
serde_yaml = "0.8.9"
structopt = "0.3"
+textwrap = "0.11.0"