Open
Description
I have a rust project which uses a few shell scripts that need commands from other crates. I added them as dev-dependencies, but I couldn't find the binaries anywhere. It would be nice if the binaries were available to run from the command line.
As an example, npm makes binaries available in node_modules/.bin
, so you can put them in devDependencies and use them in scripts.