v0.1.3 — Bun-based Enforcement
rusters-cli v0.1.3
This release introduces full Bun-based configuration standards for Rusters projects:
Changes
- Track bun.lockb: Removed
bun.lockbfrom the scaffolded project's.gitignore. This ensures that lockfiles generated by Bun are tracked in git as standard practice. - Instant dependencies installation:
cargo ignitenow automatically triggersbun installimmediately upon project generation, so dependencies are ready without waiting for the firstcargo bootrun.
Install
cargo install --git https://github.com/untrustnova/rusters-cli --tag v0.1.3