mozilla / cargo-vet

supply-chain security for Rust
Apache License 2.0
649 stars 43 forks source link

Add diff.rs as an alternate mode for `cargo vet diff` #624

Open divergentdave opened 2 months ago

divergentdave commented 2 months ago

diff.rs provides a single-page app to diff two .crate files, fetched from crates.io. Given that Sourcegraph has been unstable lately, I think it would be useful to add this as an alternative to --mode=local and --mode=sourcegraph. Note that this only shows diffs, so it wouldn't be appropriate for cargo vet inspect.