Files
codex/codex-rs/shell-command/BUILD.bazel
2026-06-22 18:34:27 +00:00

11 lines
280 B
Python

load("//:defs.bzl", "codex_rust_crate")
codex_rust_crate(
name = "shell-command",
compile_data = ["src/command_safety/powershell_parser.ps1"],
crate_name = "codex_shell_command",
test_sizes = {
"shell-command-unit-tests-windows-cross": "medium",
},
)