From 6d66cc95ef380f13efa92a3d093ab9549a28282c Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Tue, 14 Jul 2015 10:18:55 +0900 Subject: [PATCH] Add crate-deps --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f74ebe..524e40a 100644 --- a/README.md +++ b/README.md @@ -312,6 +312,7 @@ See also [http://arewewebyet.com/](http://arewewebyet.com/) * [brson/multirust](https://github.com/brson/multirust) — manage multiple Rust installations [](https://travis-ci.org/brson/multirust) * [crabtw/rust-bindgen](https://github.com/crabtw/rust-bindgen) — a Rust bindings generator [](https://travis-ci.org/crabtw/rust-bindgen) * [dan-t/rusty-tags](https://github.com/dan-t/rusty-tags) — create ctags/etags for a cargo project and all of its dependencies [](https://travis-ci.org/dan-t/rusty-tags) +* [frewsxcv/crate-deps](https://github.com/frewsxcv/crate-deps) - generates images of dependency graphs for crates hosted on crates.io * [kmcallister/afl.rs](https://github.com/kmcallister/afl.rs) — a Rust fuzzer, using [AFL](http://lcamtuf.coredump.cx/afl/) [](https://travis-ci.org/kmcallister/afl.rs) * [Manishearth/rust-clippy](https://github.com/Manishearth/rust-clippy) — a collection of lints that catch newbie mistakes and oversights during the build [](https://travis-ci.org/Manishearth/rust-clippy) * [nrc/rustfmt](https://github.com/nrc/rustfmt) — a Rust code formatter [](https://travis-ci.org/nrc/rustfmt)