1 { lib, rustPlatform, fetchCrate }:
3 rustPlatform.buildRustPackage rec {
9 hash = "sha256-2WR6xUYL/bLgZlI4ADbPAtdLq0y4MoVP8Loxdu/58Wc=";
12 cargoHash = "sha256-iQt6eTCcpzhFnrDkUmT4x7JX+Z7fWdW5ovbB/9Ui7Sw=";
15 description = "Cargo wrapper that encourages you after running commands";
16 mainProgram = "cargo-mommy";
17 homepage = "https://github.com/Gankra/cargo-mommy";
18 license = with licenses; [ mit asl20 ];
19 maintainers = with maintainers; [ GoldsteinE ];