Files
codex/codex-rs/shell-snapshot/BUILD.bazel
2026-04-02 01:41:31 -07:00

8 lines
163 B
Python

load("//:defs.bzl", "codex_rust_crate")
codex_rust_crate(
name = "shell-snapshot",
crate_name = "codex_shell_snapshot",
test_tags = ["no-sandbox"],
)