skim
skim copied to clipboard
Make bin only deps set optional
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.