Add clap's console wrapping feature
This commit is contained in:
parent
0f88d7ecfc
commit
19778b1aca
@ -8,7 +8,7 @@ edition = "2018"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "2.33"
|
clap = { version = "2.33", features = ["wrap_help"] }
|
||||||
toml = "0.5"
|
toml = "0.5"
|
||||||
tokio = { version = "0.2", features = ["full"] }
|
tokio = { version = "0.2", features = ["full"] }
|
||||||
async-minecraft-ping = "0.2"
|
async-minecraft-ping = "0.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user