mirror of
https://github.com/openai/codex.git
synced 2026-09-20 12:47:38 +00:00
10 lines
230 B
Python
10 lines
230 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "code-mode-protocol",
|
|
crate_name = "codex_code_mode_protocol",
|
|
test_sizes = {
|
|
"code-mode-protocol-unit-tests-windows-cross": "medium",
|
|
},
|
|
)
|