Run the current Cargo package. Note: Set the working directory of the binary executed to the current working directory. More information: https://doc.rust-lang.org/cargo/commands/cargo-run.html.
cargo run
cargo run --bin {{name}}
cargo run --example {{name}}
cargo run --features {{feature1 feature2 ...}}
cargo run --no-default-features
cargo run --all-features
cargo run --profile {{name}}