crate-ci / escargot

Cargo API written in Paris
docs.rs/cargo
Apache License 2.0
42 stars 14 forks source link

Add `.bins()` to `CargoBuild` #75

Closed lovesegfault closed 8 months ago

lovesegfault commented 11 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().

It would be cool if one could say CargoBuild::new().bins() and have it auto-discover available bins and build only that.