load("@rules_cc//cc:cc_binary.bzl", "cc_binary")

cc_binary(
    name = "expand_template",
    srcs = ["expand_template.cc"],
    visibility = ["//visibility:public"],
)
