mirror of
https://github.com/clap-rs/clap
synced 2025-03-03 23:07:15 +00:00
Update Cargo.toml
This commit is contained in:
parent
2c323503aa
commit
6aaeb2718b
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ lazy_static = "1"
|
|||
version-sync = "0.8"
|
||||
|
||||
[features]
|
||||
default = ["suggestions", "color", "vec_map", "derive"]
|
||||
default = ["suggestions", "color", "vec_map", "derive", "std"]
|
||||
std = [] # support for no_std in a backwards-compatible way
|
||||
suggestions = ["strsim"]
|
||||
color = ["ansi_term", "atty"]
|
||||
wrap_help = ["term_size", "textwrap/term_size"]
|
||||
|
|
Loading…
Add table
Reference in a new issue