load("//tools/build_rules:pandoc.bzl", "pandoc_html")

pandoc_html(
    name = "index",
    src = "README.md",
    target_compatible_with = ["@platforms//os:linux"],
)
