mirror of
https://github.com/openai/codex.git
synced 2026-05-05 05:42:33 +03:00
10 lines
178 B
Python
10 lines
178 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "read",
|
|
crate_name = "codex_memories_read",
|
|
compile_data = glob([
|
|
"templates/**",
|
|
]),
|
|
)
|