From f3db6d0bf75cbd6d92686c1fd635cd2692ae5869 Mon Sep 17 00:00:00 2001 From: Paul Woolcock Date: Wed, 7 Oct 2015 13:02:19 -0400 Subject: [PATCH] Add `cargo-fmt` to the Cargo subcommands section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ffa7c7..2134387 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ The goal is to have only projects that are mostly stable and useful to users. * [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) + * [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-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) * [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)