Skip to content

Commit

Permalink
Update rust.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup authored Aug 17, 2022
1 parent 83643a4 commit aca6291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/docs/providers/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ These directories are cached between builds
- Build: `~/.cargo/registry`
- Build: `target`

## [Workspaces](https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html)
## Workspaces

Nixpacks will auto-detect if you are using Cargo Workspaces.
Nixpacks will auto-detect if you are using [Cargo Workspaces](https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html).
This checks `workspace.default_members` first and then `workspace.members`.
It also respects the `workspace.exclude` field.

Expand Down

0 comments on commit aca6291

Please sign in to comment.