cargo-binstall icon indicating copy to clipboard operation
cargo-binstall copied to clipboard

Help with usage for crates with multiple binaries

Open andrewdavidmackenzie opened this issue 9 months ago • 6 comments

I have looked for this in Support.md and elsewheer but have not found it yet, appologies if it is already documented.

I have a crate (flowr) that is part of a workspace project (flow) that builds multiple binaries (flowrcli, flowrgui, flowrex). In the same workspace project I have a crate flowc that builds a binary flowc.

I have been able to use cargo binstall to install flowc without problems, as it can find the flowc binary asset in releases.

How can I use (i.e. command line options required) cargo binstall to install all the binaries of the flowr crate?

thanks

andrewdavidmackenzie avatar Sep 22 '23 14:09 andrewdavidmackenzie