shells/rust: add cargo-udeps
All checks were successful
Nix flake eval / Nix flake eval (push) Successful in 1m21s

This commit is contained in:
2025-02-21 16:57:02 +01:00
parent c646502a2e
commit fa739730e7

View File

@@ -18,6 +18,7 @@
, cargo-deny
, cargo-insta
, cargo-nextest
, cargo-udeps
# Commonly used libraries
, pkg-config
@@ -39,6 +40,7 @@ mkShell {
cargo-deny
cargo-insta
cargo-nextest
cargo-udeps
pkg-config
];