nixpacks 0.0.13

Generate an OCI compliant image based off app source
Documentation
# Rust Support

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}
```