From 0abf8642d3da412f4967c70ae60543f6680b93be Mon Sep 17 00:00:00 2001 From: Bauke Date: Sun, 21 Jan 2024 12:38:51 +0100 Subject: [PATCH] Add other cargo utilities. --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell.nix b/shell.nix index e507893..13d5ae3 100644 --- a/shell.nix +++ b/shell.nix @@ -7,9 +7,11 @@ let in mkShell rec { packages = [ + cargo-audit cargo-edit cargo-insta cargo-make + cargo-outdated cargo-tarpaulin rustup-toolchain ];