You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the output of cargo metadata (which provides very nice, detailed information about generated libraries, binaries, and more) it would be possible to deterministically install binaries from a package.
The text was updated successfully, but these errors were encountered:
Right now binaries are found and installed with the extremely simple heuristic of looking for executable files in the output target directory.
Using the output of
cargo metadata
(which provides very nice, detailed information about generated libraries, binaries, and more) it would be possible to deterministically install binaries from a package.The text was updated successfully, but these errors were encountered: