From 19778b1acae8b9d900d532e2035719486b272dc9 Mon Sep 17 00:00:00 2001 From: EliasSchriefer Date: Wed, 22 Jul 2020 21:58:23 +0200 Subject: [PATCH] Add clap's console wrapping feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8fe7cad..c4d254f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = "2.33" +clap = { version = "2.33", features = ["wrap_help"] } toml = "0.5" tokio = { version = "0.2", features = ["full"] } async-minecraft-ping = "0.2"