blob: f079b6a68168119607701ba29ccd7df75d2f655d [file] [log] [blame]
# {version}
```python
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
sha256 = "{sha256}",
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