blob: 49dd02830d00d9e1d97a996aac1676d8f3bf2aba [file] [log] [blame]
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
package(default_visibility = ["//visibility:public"])
exports_files([
"known_shas.bzl",
"repositories.bzl",
"rust.bzl",
"toolchain.bzl",
])
toolchain_type(
name = "toolchain",
)
bzl_library(
name = "rules",
srcs = glob(["**/*.bzl"]),
deps = [
"//rust/platform:rules",
],
)