From ba79ff37f0a38d48f77de72a359469ffb098185a Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Tue, 29 Oct 2024 20:28:24 +0100 Subject: [PATCH] chore(docs): add lib.rs to See also section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5622ff4..5bc7127 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ cargo goggles ## See also +- 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. - [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. - , an archived Python prototype of a similar tool. - [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.