From 5f7d4578716675306bf0459f0f38ca914cd3b1dc Mon Sep 17 00:00:00 2001 From: Bauke Date: Tue, 23 Jan 2024 12:40:27 +0100 Subject: [PATCH] Add cargo-expand. --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 61f9807..ab4c88b 100644 --- a/shell.nix +++ b/shell.nix @@ -9,6 +9,7 @@ mkShell rec { packages = [ cargo-audit cargo-edit + cargo-expand cargo-insta cargo-make cargo-outdated