mirror of
https://github.com/openai/codex.git
synced 2026-04-30 17:36:40 +00:00
8 lines
169 B
Python
8 lines
169 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "code-mode",
|
|
crate_name = "codex_code_mode",
|
|
compile_data = ["src/code_mode_bridge.js"],
|
|
)
|