val runner: String?
If a runner is provided, compiled targets for the $triple will be executed
by invoking the specified runner executable with actual target as first argument.
This applies to cargo run, cargo test and cargo bench commands.
By default compiled targets are executed directly.