From d5cc401598d1c0e24841fd1f5133b0c8a843bb70 Mon Sep 17 00:00:00 2001 From: nwiizo Date: Mon, 17 Feb 2025 00:07:36 +0900 Subject: [PATCH] Add cargo-autodd to Project/Tooling Updates --- draft/2025-02-19-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-02-19-this-week-in-rust.md b/draft/2025-02-19-this-week-in-rust.md index 3c82d8be3..e9942537f 100644 --- a/draft/2025-02-19-this-week-in-rust.md +++ b/draft/2025-02-19-this-week-in-rust.md @@ -38,6 +38,8 @@ and just ask the editors to select the category. ### Project/Tooling Updates - [Towards Practical Formal Verification for a General-Purpose OS in Rust](https://asterinas.github.io/2025/02/13/towards-practical-formal-verification-for-a-general-purpose-os-in-rust.html) +- [cargo-autodd - A CLI tool to automatically add dependencies to Rust projects](https://github.com/nwiizo/cargo-autodd) + A command-line utility that helps Rust developers automatically add dependencies to their projects by analyzing their code and suggesting relevant crates from crates.io, streamlining the dependency management process. ### Observations/Thoughts