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.
Hive
Starlark build files and Rust target support
Published
May 03, 2026 · 10:07 UTC
Repository
tuist/once