From cc5b57779ea6eda87dad524cf1415f61d9ae0670 Mon Sep 17 00:00:00 2001 From: AlexAegis Date: Sun, 5 May 2024 14:17:54 +0200 Subject: [PATCH] feat(rust): install cargo-make --- modules/rust/1.user.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/rust/1.user.sh b/modules/rust/1.user.sh index 8746129e..06730344 100755 --- a/modules/rust/1.user.sh +++ b/modules/rust/1.user.sh @@ -12,3 +12,4 @@ rustup component add rustfmt cargo install cargo-tree cargo install cargo-edit cargo install cargo-expand +cargo install cargo-make