v1.0.14
feat: add `target-dir` input for custom cargo target directory (#39) Adds support for redirecting compilation artifacts to a custom directory (e.g., a Dev Drive on Windows) by setting `CARGO_TARGET_DIR` and configuring rust-cache's `workspaces` accordingly to avoid cache misses. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>