feat!(config): remove unused cargo plugins

I don't use `cargo-udeps` or `cargo-watch` anymore, remove them.
This commit is contained in:
Jalil David Salamé Messina 2025-07-01 18:26:46 +02:00
parent 54b6d5c5b2
commit ccbb59aafb
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -209,8 +209,6 @@ in
options.extraPackages = mkExtraPackagesOption "Rust" [ options.extraPackages = mkExtraPackagesOption "Rust" [
[ "cargo-insta" ] # snapshot testing [ "cargo-insta" ] # snapshot testing
[ "cargo-nextest" ] # better testing harness [ "cargo-nextest" ] # better testing harness
[ "cargo-udeps" ] # check for unused dependencies (requires nightly)
[ "cargo-watch" ] # watch for file changes and run commands
]; ];
}; };
}; };