Skip to content

v0.1.3 — Bun-based Enforcement

Choose a tag to compare

@AndraZero121 AndraZero121 released this 01 Jul 11:07

rusters-cli v0.1.3

This release introduces full Bun-based configuration standards for Rusters projects:

Changes

  • Track bun.lockb: Removed bun.lockb from the scaffolded project's .gitignore. This ensures that lockfiles generated by Bun are tracked in git as standard practice.
  • Instant dependencies installation: cargo ignite now automatically triggers bun install immediately upon project generation, so dependencies are ready without waiting for the first cargo boot run.

Install

cargo install --git https://github.com/untrustnova/rusters-cli --tag v0.1.3