blob: baf7e2f7532064254613cd82f93f83a47ab7b253 [file] [log] [blame]
licenses(["notice"]) # Apache 2
cc_library(
name = "base64",
srcs = [
"base64.cc",
],
hdrs = [
"base64.h",
],
visibility = ["//visibility:public"],
)