From 11d1ca10c38c0cbf834fd77e0732bde0a229c569 Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 3 Apr 2024 15:13:27 +0000 Subject: [PATCH] docs: add "See also" section to the readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 17980a6..af1af53 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,12 @@ cargo goggles * Make it faster * Make it easy to see differences between the contents of the git repository and the registry +## See also + +- [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. + ## License Licensed under either of