The Tombi Cargo Extension enhances the Tombi Language Server with specific functionality for Rust projects. Its primary feature is Workspace Root Navigation, which allows you to jump directly from a member crate's Cargo.toml to the workspace root Cargo.toml (the one containing the [workspace] section).
This navigation is triggered when you are working in a Cargo.toml file that contains either:
workspace = true*.workspace = true settings
This is particularly useful in large Rust projects to quickly access global workspace configurations from individual member crates.