From bd0617070133deb611ecc28af7979eec6969891b Mon Sep 17 00:00:00 2001 From: nwiizo Date: Thu, 20 Feb 2025 12:18:36 +0900 Subject: [PATCH 1/2] Update 2025-02-26-this-week-in-rust.md --- draft/2025-02-26-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-02-26-this-week-in-rust.md b/draft/2025-02-26-this-week-in-rust.md index 437d0288c..6cbbc7a62 100644 --- a/draft/2025-02-26-this-week-in-rust.md +++ b/draft/2025-02-26-this-week-in-rust.md @@ -36,6 +36,8 @@ and just ask the editors to select the category. ### Newsletters ### Project/Tooling Updates +- [🦀 Automating Rust Dependency Management - A Deep Dive into cargo-autodd](https://syu-m-5151.hatenablog.com/entry/2025/02/20/121157) + An in-depth exploration of a command-line tool that enhances Rust development by automating dependency management. The article covers how the tool analyzes code patterns to suggest relevant crates from crates.io, improving developer workflow and project maintenance efficiency. ### Observations/Thoughts From 61a893b9287481eeecdafa3abb93efa870e0f55e Mon Sep 17 00:00:00 2001 From: Nell Shamrell-Harrington Date: Wed, 26 Feb 2025 19:34:32 -0800 Subject: [PATCH 2/2] Fix formatting in Rust newsletter draft --- draft/2025-02-26-this-week-in-rust.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/draft/2025-02-26-this-week-in-rust.md b/draft/2025-02-26-this-week-in-rust.md index 6cbbc7a62..8c3530bb6 100644 --- a/draft/2025-02-26-this-week-in-rust.md +++ b/draft/2025-02-26-this-week-in-rust.md @@ -36,8 +36,7 @@ and just ask the editors to select the category. ### Newsletters ### Project/Tooling Updates -- [🦀 Automating Rust Dependency Management - A Deep Dive into cargo-autodd](https://syu-m-5151.hatenablog.com/entry/2025/02/20/121157) - An in-depth exploration of a command-line tool that enhances Rust development by automating dependency management. The article covers how the tool analyzes code patterns to suggest relevant crates from crates.io, improving developer workflow and project maintenance efficiency. +* [🦀 Automating Rust Dependency Management - A Deep Dive into cargo-autodd](https://syu-m-5151.hatenablog.com/entry/2025/02/20/121157) ### Observations/Thoughts