gazelle_rust icon indicating copy to clipboard operation
gazelle_rust copied to clipboard

Gazelle language plugin for Rust.

Results 4 gazelle_rust issues
Sort by recently updated
recently updated
newest added

I'm having some troubles with a Cargo workspace that uses `Cargo.toml` files as the source of truth. Gazelle will generate third-party dependencies fine. But, I can't seem to get Gazelle...

I got the following error setting up a new project: ``` failed to fetch com_github_bazelbuild_rules_go: fetch_repo: github.com/bazelbuild/[email protected] requires go >= 1.21.1 (running go 1.21.0) ``` Updated the dep and ran...

Migrate the workspace to blzmod to release on Bazel Central Registry

I'm working on the new monorepo project based on the existing Cargo project, we decided to use Blzmod instead of the old Workspace. We have applied the hybrid mode but...