cpp_library(
  name='art',
  srcs=['art.c'],
  headers=['art.h'],
  deps=[
    '@/watchman:headers',
  ],
)
