From 0f883aca8d475951c3018559b40c3f07801ccf0f Mon Sep 17 00:00:00 2001 From: l0calh05t Date: Sat, 13 Jul 2019 20:03:18 +0200 Subject: [PATCH] add cargo-license build tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ef7464..0501a1b 100644 --- a/README.md +++ b/README.md @@ -382,6 +382,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [cargo-find](https://crates.io/crates/cargo-find) deprecated — Find crates from command line [](https://travis-ci.org/Ralvke/cargo-find) * [cargo-graph](https://crates.io/crates/cargo-graph) — updated fork of `cargo-dot` with additional features. Unmaintained, see `cargo-deps` [](https://travis-ci.org/kbknapp/cargo-graph) * [cargo-info](https://crates.io/crates/cargo-info) — queries crates.io for crates details from command line [](https://travis-ci.org/imp/cargo-info) + * [cargo-license](https://crates.io/crates/cargo-license) — A cargo subcommand to quickly view the licenses of all dependencies. [](https://travis-ci.org/onur/cargo-license) * [cargo-make](https://crates.io/crates/cargo-make) — Rust task runner and build tool. [](https://travis-ci.org/sagiegurari/cargo-make) * [cargo-modules](https://crates.io/crates/cargo-modules) — A cargo plugin for showing a tree-like overview of a crate's modules. [](https://travis-ci.org/regexident/cargo-modules) * [cargo-multi](https://crates.io/crates/cargo-multi) — runs specified cargo command on multiple crates [](https://travis-ci.org/imp/cargo-multi)