I have a desire for a cargo package to build a binary even when it's used as a dependency. This binary is expected to be used by the client package as part of the build (more specifically, in this case, it's meant to be used during installation of the client package, although I can imagine other packages wanting the binary to be available to the client package's custom build command).
I have a desire for a cargo package to build a binary even when it's used as a dependency. This binary is expected to be used by the client package as part of the build (more specifically, in this case, it's meant to be used during installation of the client package, although I can imagine other packages wanting the binary to be available to the client package's custom build command).