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