cpp_library(
    name = "tap",
    srcs = ["tap.cpp"],
    headers = ["tap.h"],
    deps = ["@/watchman:headers"],
)
