cargo-packager
cargo-packager copied to clipboard
fix bug reading config from Cargo.toml
Existing version has a problem where it adds all bin targets from the cargo.toml even if only specific binaries are listed, making it impossible to exclude any target.
I wonder if that'll be a breaking change for somebody 🤔 Anyway, thanks for the PR! Would you mind adding a small changefile for this? (check the .changes dir for examples)
I was getting really confused trying to figure out why the binaries config wasn't working. Hopefully this can save people that trouble in the future.
Added a changefile!