Unverified Commit 8842b29f authored by Daniel Nagy's avatar Daniel Nagy
Browse files

espup: add mainProgram

parent 2d55b619
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -71,5 +71,6 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/esp-rs/espup/";
    license = with licenses; [ mit asl20 ];
    maintainers = with maintainers; [ knightpp ];
    mainProgram = "espup";
  };
}