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"],
)