We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7d3ac commit f8f380fCopy full SHA for f8f380f
crate_universe/extensions.bzl
@@ -53,7 +53,7 @@ There are three different ways to declare dependencies in your MODULE.
53
54
One of the simpler ways to wire up dependencies would be to first structure your project into a Cargo workspace.
55
The crates_repository rule can ingest a root Cargo.toml file and generate Bazel dependencies from there.
56
-You find a complete example in the in the [example folder](https://github.com/bazelbuild/rules_rust/examples/bzlmod/all_crate_deps).
+You find a complete example in the in the [example folder](https://github.com/bazelbuild/rules_rust/tree/main/examples/all_crate_deps).
57
58
```python
59
crate = use_extension("@rules_rust//crate_universe:extensions.bzl", "crate")
0 commit comments