Closed lovesegfault closed 8 months ago
Currently, there's no way to instruct CargoBuild to build only all available binaries, you need to explicitly pass each bin through .bin().
CargoBuild
.bin()
It would be cool if one could say CargoBuild::new().bins() and have it auto-discover available bins and build only that.
CargoBuild::new().bins()
Currently, there's no way to instruct
CargoBuild
to build only all available binaries, you need to explicitly pass each bin through.bin()
.It would be cool if one could say
CargoBuild::new().bins()
and have it auto-discover available bins and build only that.