mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
bb83eec825
Extract memories into 2 different crates
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/**",
|
|
]),
|
|
)
|