cc_library(
    name = "base64",
    hdrs = [
        "libbase64.h",
    ],
    include_prefix = "thirdparty/base64",
    visibility = ["//visibility:public"],
    deps = [
        "@base64",
    ],
)
