Hive Hive
Sign in

Cargo-backed Rust binary targets are now supported

Metadata
Source
GitHub
Version
0.3.0
Domains
Published
May 03, 2026 · 13:28 UTC
Repository
tuist/once
Update

Adds a new cargo_binary target type to the built-in Rust frontend. Cargo-backed Rust binaries can now be declared in fabrik.star files, and fabrik run will build them with cargo build --locked --package <pkg> --bin <bin>. This makes it easier to adopt Fabrik in existing Rust workspaces without first converting every crate to fine-grained targets.