From 1ab81fae2fea224be7c0adebc349f3c79160a088 Mon Sep 17 00:00:00 2001 From: Paul Woolcock Date: Thu, 3 Sep 2015 12:25:33 -0400 Subject: [PATCH] Add `cargo-do` to the Cargo subcommands section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6836477..0fed35f 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ The goal is to have only projects that are mostly stable and useful to users. * [Cargo](http://crates.io/) — the Rust package manager * [rsolomo/cargo-check](https://github.com/rsolomo/cargo-check) — a wrapper around `cargo rustc -- -Zno-trans` which can be helpful for running a faster compile if you only need correctness checks [](https://travis-ci.org/rsolomo/cargo-check) * [kbknapp/cargo-count](https://github.com/kbknapp/cargo-count) — lists source code counts and details about cargo projects, including unsafe statistics [](https://travis-ci.org/kbknapp/cargo-count) + * [pwoolcoc/cargo-do](https://github.com/pwoolcoc/cargo-do) — run multiple cargo commands in a row * [maxsnew/cargo-dot](https://github.com/maxsnew/cargo-dot) — generate graphs of a Cargo project's dependencies [](https://travis-ci.org/maxsnew/cargo-dot) * [killercup/cargo-edit](https://github.com/killercup/cargo-edit) — allows you to add and list dependencies by reading/writing to your Cargo.toml file from the command line [](https://travis-ci.org/killercup/cargo-edit) * [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)