-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document
cargo vet
in contributing docs (#7635)
I realized just now that we haven't actually documented our usage of `cargo vet` anywhere in our contributing documentation (or not that I could find), so I decided to try and rectify that!
- Loading branch information
1 parent
f41a252
commit 5c8bce7
Showing
3 changed files
with
61 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Wasmtime's Configuration of `cargo vet` | ||
|
||
This directory contains the state for [`cargo vet`], a tool to help projects | ||
ensure that third-party Rust dependencies have been audited by a trusted entity. | ||
For more information about Wasmtime's usage of `cargo vet` see our | ||
[documentation](https://docs.wasmtime.dev/contributing-coding-guidelines.html#dependencies-of-wasmtime). | ||
|
||
[`cargo vet`]: https://mozilla.github.io/cargo-vet/ |