the Cargo BuildTool is hardwired to use cargo:
|
s"cargo build $configurationString", |
and provides no (obvious) mechanism to supplant that with cross if so desired. In general, it could be useful for all BuildTools to allow for overriding the main command entrypoint.