skim icon indicating copy to clipboard operation
skim copied to clipboard

Make bin only deps set optional

Open EdenEast opened this issue 2 years ago • 0 comments

It is great that skim is also a library, however there are some dependencies that are only required for the binary and not the lib (clap for example). This PR sets the bin only deps to optional. This means that when someone uses it as a lib they can set default-features = false and save on deps size.

EdenEast avatar Sep 11 '22 03:09 EdenEast