7 rustPlatform.buildRustPackage rec {
8 pname = "cargo-sync-readme";
11 src = fetchFromGitHub {
15 sha256 = "sha256-n9oIWblTTuXFFQFN6mpQiCH5N7yg5fAp8v9vpB5/DAo=";
18 cargoHash = "sha256-DsB2C2ELuvuVSvxG/xztmnY2qfX8+Y7udbXlpRQoL/c=";
21 description = "Cargo plugin that generates a Markdown section in your README based on your Rust documentation";
22 mainProgram = "cargo-sync-readme";
23 homepage = "https://github.com/phaazon/cargo-sync-readme";
24 changelog = "https://github.com/phaazon/cargo-sync-readme/blob/${version}/CHANGELOG.md";
25 license = licenses.bsd3;
26 maintainers = with maintainers; [