From ded1a32a59b09189dcc9bf0ab80c90a254298dfa Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Thu, 14 Jul 2022 13:51:07 +1000 Subject: [PATCH] Add cargo crev reminder to readme As suggested by the `cargo-crev` project; add a comment to the readme reminding people to use `cargo-crev` to check their dependencies. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6ae301cb..cf6e0956 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ Supports (or should support) For JSONRPC interaction with Bitcoin Core, it is recommended to use [rust-bitcoincore-rpc](https://github.com/rust-bitcoin/rust-bitcoincore-rpc). +It is recommended to always use [cargo-crev](https://github.com/crev-dev/cargo-crev) +to verify the trustworthiness of each of your dependencies, including this one. + ## Known limitations ### Consensus