• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# {version}
2
3```python
4load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
5http_archive(
6    name = "rules_rust",
7    integrity = "sha256-{sha256_base64}",
8    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/{version}/rules_rust-v{version}.tar.gz"],
9)
10```
11
12Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
13