mirror of
https://github.com/openai/codex.git
synced 2026-09-05 15:18:41 +00:00
14 lines
296 B
Python
14 lines
296 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "state",
|
|
compile_data = glob([
|
|
"goals_migrations/**",
|
|
"logs_migrations/**",
|
|
"memory_migrations/**",
|
|
"migrations/**",
|
|
"queue_migrations/**",
|
|
]),
|
|
crate_name = "codex_state",
|
|
)
|