diff --git a/README.md b/README.md
index ae5cbb7..fd5ebce 100644
--- a/README.md
+++ b/README.md
@@ -346,6 +346,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/
* [Cargo](https://crates.io/) — the Rust package manager
* [BurntSushi/cargo-benchcmp](https://github.com/BurntSushi/cargo-benchcmp) [[cargo-benchcmp](https://crates.io/crates/cargo-benchcmp)] — utility to compare Rust micro-benchmarks [](https://travis-ci.org/BurntSushi/cargo-benchcmp)
* [cardoe/cargo-bitbake](https://github.com/cardoe/cargo-bitbake) [[cargo-bitbake](https://crates.io/crates/cargo-bitbake)] — cargo extension that can generate BitBake recipes utilizing the classes from meta-rust [](https://travis-ci.org/cardoe/cargo-bitbake)
+ * [matthiaskrgr/cargo-cache](https://github.com/matthiaskrgr/cargo-cache) [[cargo-cache](https://crates.io/crates/cargo-cache)] — inspect/manage/clean your cargo cache (`~/.cargo/`/`${CARGO_HOME}`), print sizes etc [](https://travis-ci.org/matthiaskrgr/cargo-cache)
* [rsolomo/cargo-check](https://github.com/rsolomo/cargo-check) [[cargo-check](https://crates.io/crates/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) [[cargo-count](https://crates.io/crates/cargo-count)] — lists source code counts and details about cargo projects, including unsafe statistics [](https://travis-ci.org/kbknapp/cargo-count)
* [mmstick/cargo-deb](https://github.com/mmstick/cargo-deb) — generate binary Debian packages [](https://travis-ci.org/mmstick/cargo-deb)