From a945df3cefba1faa234cb6dce3028bd2fc2051f2 Mon Sep 17 00:00:00 2001 From: Cyril Plisko Date: Tue, 23 Feb 2016 00:07:35 +0200 Subject: [PATCH] Add cargo-multi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 59bde97..e968a10 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,7 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs]( * [pwoolcoc/cargo-fmt](https://github.com/pwoolcoc/cargo-fmt) — allows you to call `rustfmt` from `cargo` [](https://travis-ci.org/pwoolcoc/cargo-fmt) * [kbknapp/cargo-graph](https://github.com/kbknapp/cargo-graph) — updated fork of `cargo-dot` with additional features [](https://travis-ci.org/kbknapp/cargo-graph) * [kbknapp/cargo-outdated](https://github.com/kbknapp/cargo-outdated) — displays when newer versions of Rust dependencies are available, or out of date [](https://travis-ci.org/kbknapp/cargo-outdated) + * [imp/cargo-multi](https://github.com/imp/cargo-multi) [[cargo-multi](https://crates.io/crates/cargo-multi/)] — runs specified cargo command on multiple crates [](https://travis-ci.org/imp/cargo-multi) * [DanielKeep/cargo-script](https://github.com/DanielKeep/cargo-script) — lets people quickly and easily run Rust "scripts" which can make use of Cargo's package ecosystem * [passcod/cargo-watch](https://github.com/passcod/cargo-watch) — utility for cargo to compile projects when sources change [](https://travis-ci.org/passcod/cargo-watch) * CMake