From 9def352b6a8fc2ae6cc62cd8b4bd7b5fa2779f40 Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Sat, 5 Jan 2019 20:48:14 +0800 Subject: [PATCH] Mark cargo-find as deprecated --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd0c73a..d27336a 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [maxsnew/cargo-dot](https://github.com/maxsnew/cargo-dot) — generate graphs of a Cargo project's dependencies [](https://travis-ci.org/maxsnew/cargo-dot) * [cardoe/cargo-ebuild](https://github.com/cardoe/cargo-ebuild) [[cargo-ebuild](https://crates.io/crates/cargo-ebuild)] — cargo extension that can generate ebuilds using the in-tree eclasses [](https://travis-ci.org/cardoe/cargo-ebuild) * [killercup/cargo-edit](https://github.com/killercup/cargo-edit) [[cargo-edit](https://crates.io/crates/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) + * [Ralvke/cargo-find](https://github.com/Ralvke/cargo-find) [[cargo-find](https://crates.io/crates/cargo-find)] deprecated — Find crates from command line [](https://travis-ci.org/Ralvke/cargo-find) * [kbknapp/cargo-graph](https://github.com/kbknapp/cargo-graph) [[cargo-graph](https://crates.io/crates/cargo-graph)] — updated fork of `cargo-dot` with additional features [](https://travis-ci.org/kbknapp/cargo-graph) * [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) * [sagiegurari/cargo-make](https://github.com/sagiegurari/cargo-make) [[cargo-make](https://crates.io/crates/cargo-make)] — Rust task runner and build tool. [](https://travis-ci.org/sagiegurari/cargo-make)