From 16bc5b7abbc8470a210c7e59c805f9617d38041f Mon Sep 17 00:00:00 2001 From: Vincent Esche Date: Wed, 29 Jun 2016 23:00:35 +0200 Subject: [PATCH] Added cargo-modules --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 791675d..3f43bb2 100644 --- a/README.md +++ b/README.md @@ -237,9 +237,10 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs]( * [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-graph](https://github.com/kbknapp/cargo-graph) — updated fork of `cargo-dot` with additional features [](https://travis-ci.org/kbknapp/cargo-graph) + * [regexident/cargo-modules](https://github.com/regexident/cargo-modules) — A cargo plugin for showing a tree-like overview of a crate's modules. [](https://travis-ci.org/regexident/cargo-modules) * [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-info](https://gitlab.com/imp/cargo-info) [[cargo-info](https://crates.io/crates/cargo-info)] — queries crates.io for crates details from command line [](https://travis-ci.org/imp/cargo-info) - * [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) + * [imp/cargo-info](https://gitlab.com/imp/cargo-info) — queries crates.io for crates details from command line [](https://travis-ci.org/imp/cargo-info) + * [imp/cargo-multi](https://github.com/imp/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