Rust is detected if a `Cargo.toml` file is found.
**Setup**
By default the latest version of stable Rust will be used. You can override the rust version used with [`rust-toolchain.toml` file](https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file) or specifying the `rust_version` field in `Cargo.toml`.
**Install**:
_None_
**Build**
```
cargo build --release
```
**Start**
```
./target/release/{name}
```