Skip to content

Commit 0fa310f

Browse files
chore(docs): add lib.rs to See also section
1 parent 9ae1e65 commit 0fa310f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ cargo goggles
3737

3838
## See also
3939

40+
- https://lib.rs/dash gives a very deep (auto-generated) analysis of a user's own crates, including whether the sources match the crates.io release.
4041
- [Rust: Does the published crate match the upstream source? (2021-10-03)](https://codeandbitters.com/published-crate-analysis/) and corresponding [`crates_io_analyzer`](https://github.com/ericseppanen/crates_io_analyzer) tool.
4142
- <https://github.com/link2xt/cargo-repack>, an archived Python prototype of a similar tool.
4243
- [Backdooring Rust crates for fun and profit (2021-11-17)](https://kerkour.com/rust-crate-backdoor) suggests protecting against Git repository and crates.io mismatch by vendoring dependencies and inspecting the diff.

0 commit comments

Comments
 (0)