blob: 75693bee71a5aafabf564365d6eaacc18de30459 [file] [log] [blame]
"""Disclaimer: This project is experimental, under heavy development, and should not
be used yet."""
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
package(default_applicable_licenses = ["//:license"])
bzl_library(
name = "cc_bindings_from_rust_rule_bzl",
srcs = ["cc_bindings_from_rust_rule.bzl"],
parse_tests = False,
visibility = [
"//visibility:private", # Only private by automation, not intent. Owner may accept CLs adding visibility. See <internal link>.
],
)