We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5512400 + 61dd6f8 commit b44c10aCopy full SHA for b44c10a
1 file changed
pkgs/by-name/ca/cargo-shear/package.nix
@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
38
};
39
40
meta = {
41
- description = "Detect and remove unused dependencies from Cargo.toml";
+ description = "Detect and fix unused/misplaced dependencies from Cargo.toml";
42
mainProgram = "cargo-shear";
43
homepage = "https://github.com/Boshen/cargo-shear";
44
changelog = "https://github.com/Boshen/cargo-shear/blob/v${finalAttrs.version}/CHANGELOG.md";
0 commit comments