feat(tvix/shell): add cargo-machete
This helps spotting unused crate dependencies. It's preferred over cargo-udeps for the reasons described in https://blog.benj.me/2022/04/27/cargo-machete/ Change-Id: Ie801004485858741f2fa5ae6f33bd0ddfc292cd0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9374 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: Connor Brewster <cbrewster@hey.com>
This commit is contained in:
parent
3d064f714c
commit
8f56e71cba
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ in
|
|||
packages = [
|
||||
pkgs.buf-language-server
|
||||
pkgs.cargo
|
||||
pkgs.cargo-machete
|
||||
pkgs.clippy
|
||||
pkgs.evans
|
||||
pkgs.fuse
|
||||
|
|
Loading…
Reference in a new issue