Unverified Commit cf9cf455 authored by Auguste Baum's avatar Auguste Baum Committed by GitHub
Browse files

rustfmt: add `meta.mainProgram`

parent 4ffd1139
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ rustPlatform.buildRustPackage rec {
    description = "A tool for formatting Rust code according to style guidelines";
    homepage = "https://github.com/rust-lang-nursery/rustfmt";
    license = with licenses; [ mit asl20 ];
    mainProgram = "rustfmt";
    maintainers = with maintainers; [ globin basvandijk ];
  };
}