Files
codex/codex-rs/shell-command/BUILD.bazel
2026-04-22 21:25:07 -07:00

11 lines
266 B
Python

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