Open
Description
I'm trying to use cross
in my CI jobs to cross-compile a library so I can provide precompiled binaries to my users. It looks like cross
currently shells out to the docker
program, meaning you need to have the client installed on your machine in order to use cross
.
I know there's at least one docker client available on crates.io. What are your thoughts on trying to use something like that instead of requiring the docker client to be installed?