From 2936f3cf609bff77ef0851ebf55b35c74d31a67a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 22 Sep 2019 21:39:38 +0300 Subject: Change: wrap long labels to 30 chars --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.1