It'd be handy if there was a `target` option in the [Rust](https://github.com/devcontainers/features/tree/main/src/rust) package for when I want to add additional targets. For each element it'd run `rustup target add ${target}`.
It'd be handy if there was a
targetoption in the Rust package for when I want to add additional targets.For each element it'd run
rustup target add ${target}.