cpp_library(
    name = "art",
    srcs = [],
    headers = [
        "art.h",
        "art-inl.h",
    ],
    deps = [
        "@/watchman:headers",
    ],
)
