Skip to content

Commit a7d45e3

Browse files
committed
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.
1 parent 023637e commit a7d45e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ Supports (or should support)
3232
For JSONRPC interaction with Bitcoin Core, it is recommended to use
3333
[rust-bitcoincore-rpc](https://github.com/rust-bitcoin/rust-bitcoincore-rpc).
3434

35+
It is recommended to always use [cargo-crev](https://github.com/crev-dev/cargo-crev)
36+
to verify the trustworthiness of each of your dependencies, including this one.
37+
3538
## Known limitations
3639

3740
### Consensus

0 commit comments

Comments
 (0)