mirror of
https://github.com/openai/codex.git
synced 2026-04-27 08:05:51 +00:00
8 lines
179 B
Python
8 lines
179 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "state",
|
|
crate_name = "codex_state",
|
|
compile_data = glob(["logs_migrations/**", "migrations/**"]),
|
|
)
|