Hive Hive
Sign in

Build files as Starlark with package discovery and built-in Rust targets

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

Fabrik now evaluates fabrik.star build files per package and walks the workspace to discover them. Each target is labeled as //pkg:name and can be listed with fabrik targets or produced with fabrik run //pkg:name. The built-in rust_binary, rust_library, and rust_test target types and a glob() helper are available in build files.