Add clap's console wrapping feature

This commit is contained in:
Elias Schriefer 2020-07-22 21:58:23 +02:00
parent 0f88d7ecfc
commit 19778b1aca

View File

@ -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"