blob: 1809d58ad2095665f99f042aa2e60975f1b2570b [file] [log] [blame]
# {version}
## Bzlmod
```python
bazel_dep(name = "rules_rust", version = "{version}")
```
## WORKSPACE
```python
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
integrity = "sha256-{sha256_base64}",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/{version}/rules_rust-v{version}.tar.gz"],
)
```
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup