Query env var CARGO for the `cargo` command
`cargo-multi` hardcodes the `cargo` executable name. Instead it should query the environment variable `CARGO` for the executable name. See http://doc.crates.io/environment-variables.html for more info
issue