Hive Hive
Sign in

Starlark build files and Rust target support

Metadata
Source
GitHub
Version
0.2.0
Domains
Published
May 03, 2026 · 10:07 UTC
Repository
tuist/once
Update

You can now define builds in per-package fabrik.star files. Fabrik walks the workspace, discovers these files, and exposes built-in Rust target types (rust_binary, rust_library, rust_test) plus a glob() helper. Run fabrik targets to list every declared target and fabrik run //package:name to execute the action for a target.