mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
8 lines
163 B
Python
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"],
|
|
)
|