mirror of
https://github.com/openai/codex.git
synced 2026-09-11 20:36:49 +00:00
11 lines
269 B
Python
11 lines
269 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "config-schema",
|
|
crate_name = "codex_config_schema",
|
|
compile_data = ["//codex-rs/core:config.schema.json"],
|
|
rustc_env = {
|
|
"CARGO_MANIFEST_DIR": "codex-rs/config-schema",
|
|
},
|
|
)
|