diff --git a/extension/index/commands.js b/extension/index/commands.js index 062cd69..bb37de4 100644 --- a/extension/index/commands.js +++ b/extension/index/commands.js @@ -471,6 +471,11 @@ var commandsIndex = { "cargo-vet", "https://github.com/mozilla/cargo-vet", "The cargo vet subcommand is a tool to help projects ensure that third-party Rust dependencies have been audited by a trusted source." + ], + [ + "cargo-semver-check", + "https://github.com/obi1kenobi/cargo-semver-check", + "Scan your Rust crate for semver violations" ] ], };