load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
bzl_library(
name = "bar",
srcs = ["bar.bzl"],
visibility = ["//visibility:public"],
)
name = "foo",
srcs = ["foo.bzl"],
deps = [":bar"],