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.
This commit is contained in:
parent
ed00c2aab9
commit
ded1a32a59
|
@ -32,6 +32,9 @@ Supports (or should support)
|
||||||
For JSONRPC interaction with Bitcoin Core, it is recommended to use
|
For JSONRPC interaction with Bitcoin Core, it is recommended to use
|
||||||
[rust-bitcoincore-rpc](https://github.com/rust-bitcoin/rust-bitcoincore-rpc).
|
[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
|
## Known limitations
|
||||||
|
|
||||||
### Consensus
|
### Consensus
|
||||||
|
|
Loading…
Reference in New Issue