Skip to content

Commit

Permalink
remove unused clap depdenencies (#67)
Browse files Browse the repository at this point in the history
* Remove unused clap depdenencies

* Add color to clap enabled features
  • Loading branch information
alexwennerberg authored Apr 7, 2021
1 parent 0f1c490 commit 14d8a3f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 32 deletions.
55 changes: 24 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["soywod <[email protected]>"]
edition = "2018"

[dependencies]
clap = "2.33.3"
clap = {version = "2.33.3", default-features = false, features=["suggestions", "color"]}
error-chain = "0.12.4"
imap = "2.4.0"
lettre = "0.10.0-beta.3"
Expand Down

0 comments on commit 14d8a3f

Please sign in to comment.