load(
    "//examples/xplatform/custom_swift_proto_compiler/rules:custom_swift_proto_compiler.bzl",
    "custom_swift_proto_compiler",
)

custom_swift_proto_compiler(
    name = "compiler",
    visibility = ["//examples/xplatform/custom_swift_proto_compiler:__subpackages__"],
)
