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"