# descdeps [![CircleCI](https://circleci.com/gh/Celeo/descdeps.svg?style=svg)](https://circleci.com/gh/Celeo/descdeps) [![Crates.io](https://img.shields.io/crates/v/descdeps)](https://crates.io/crates/descdeps) CLI program to describe a project's dependencies. ## Installing ```bash cargo install descdeps ``` ## Using TODO ## Developing ### Building ### Requirements * Git * A recent version of [Rust](https://www.rust-lang.org/tools/install) ### Steps ```sh git clone https://github.com/Celeo/descdeps cd descdeps cargo build ``` ## License Licensed under either of * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) * MIT license ([LICENSE-MIT](LICENSE-MIT)) ## Contributing Please feel free to contribute. Please open an issue first (or comment on an existing one) so that I know that you want to add/change something. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.