Files
codex/codex-rs/utils/template/BUILD.bazel
jif-oai f190a95a4f feat: rendering library v1 (#15778)
The goal will be to replace askama
2026-03-25 16:07:04 +00:00

7 lines
125 B
Python

load("//:defs.bzl", "codex_rust_crate")
codex_rust_crate(
name = "template",
crate_name = "codex_utils_template",
)