From bc8884e03392b3149a7f9b32f874e802c085b354 Mon Sep 17 00:00:00 2001 From: nicolaiunrein Date: Thu, 1 Oct 2020 16:49:44 +0200 Subject: [PATCH] Add cargo-get This PR adds the cargo plugin `cargo-get` to the awesome list. I added a CI workflow and some tests as suggested (and planned anyway! :smile:). closes #972. Don't hesitate to reject the PR if you think the crate is not worth it. Thanks! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10af167..47c3fbe 100644 --- a/README.md +++ b/README.md @@ -459,6 +459,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [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) * [cargo-find](https://crates.io/crates/cargo-find) deprecated — Find crates from command line [](https://travis-ci.org/Ralvke/cargo-find) * [cargo-generate](https://github.com/ashleygwilliams/cargo-generate) A generator of a rust project by leveraging a pre-existing git repository as a template [](https://travis-ci.com/ashleygwilliams/cargo-generate) + * [cargo-get](https://crates.io/crates/cargo-get) - Cargo plugin to easily query information from Cargo.toml files ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/nicolaiunrein/cargo-get/CI) * [cargo-graph](https://crates.io/crates/cargo-graph) — updated fork of `cargo-dot` with additional features. Unmaintained, see `cargo-deps` [](https://travis-ci.org/kbknapp/cargo-graph) * [cargo-info](https://crates.io/crates/cargo-info) — queries crates.io for crates details from command line [](https://travis-ci.org/imp/cargo-info) * [cargo-license](https://crates.io/crates/cargo-license) — A cargo subcommand to quickly view the licenses of all dependencies. [](https://travis-ci.org/onur/cargo-license)