We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9b9f6 commit bce5318Copy full SHA for bce5318
WORKSPACE
@@ -1,7 +1,7 @@
1
workspace(name = "io_bazel_rules_rust")
2
3
load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository")
4
-load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")
+load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
5
6
http_archive(
7
name = "bazel_skylib",
@@ -96,5 +96,3 @@ docs_repositories()
96
load("@docs//:docs_deps.bzl", docs_deps = "deps")
97
98
docs_deps(is_top_level = True)
99
-
100
-# TODO: Add rust_worker to this file?
0 commit comments