Hive Hive
Sign in

Sync dependencies with declarative [[deps]] entries in fabrik.toml

Metadata
Source
GitHub
Version
0.8.0
Domains
Published
May 19, 2026 · 14:24 UTC
Repository
tuist/once
Update

You can now sync external dependencies through declarative [[deps]] entries in fabrik.toml. Run fabrik deps sync [name] to pull a dependency graph, and reference external packages directly in your target dependencies using inline tables like { cargo = "serde" }. This works across Rust, Swift, Go, and Elixir, and the previous fabrik vendor command remains available as a hidden alias for compatibility.