blob: 91d7bd05669eeafc759ef7528e5c36df9ca9a269 [file] [log] [blame]
# TODO(donnadionne): describe this package.
cc_library(
name = "xxhash",
hdrs = [
"xxhash.h",
],
# Must specify the includes so that the header file can be found.
includes = [
"",
],
visibility = ["//visibility:public"],
)