mirror of
https://github.com/openai/codex.git
synced 2026-05-01 03:42:05 +03:00
9 lines
194 B
Python
9 lines
194 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "app-server",
|
|
crate_name = "codex_app_server",
|
|
integration_test_timeout = "long",
|
|
test_tags = ["no-sandbox"],
|
|
)
|