cargo-options 0.7.4

Reusable common Cargo command line options
Documentation
# cargo-options

[![GitHub Actions](https://github.com/messense/cargo-options/workflows/CI/badge.svg)](https://github.com/messense/cargo-options/actions?query=workflow%3ACI)
[![Crates.io](https://img.shields.io/crates/v/cargo-options.svg)](https://crates.io/crates/cargo-options)
[![docs.rs](https://docs.rs/cargo-options/badge.svg)](https://docs.rs/cargo-options/)

Reusable common Cargo command line options.

## Installation

Add it to your ``Cargo.toml``:

```bash
cargo add cargo-options
```

## License

This work is released under the MIT license. A copy of the license is provided in the [LICENSE](./LICENSE) file.