mirror of
https://github.com/openai/codex.git
synced 2026-04-29 10:53:24 +03:00
feat: annotate experimental fields in app server protocol
This commit is contained in:
21
codex-rs/app-server-json-schema/BUILD.bazel
Normal file
21
codex-rs/app-server-json-schema/BUILD.bazel
Normal file
@@ -0,0 +1,21 @@
|
||||
load("//:defs.bzl", "codex_rust_crate")
|
||||
|
||||
stable_files = glob(
|
||||
include = ["stable/**"],
|
||||
allow_empty = True,
|
||||
exclude = [
|
||||
"**/* *",
|
||||
"BUILD.bazel",
|
||||
"Cargo.toml",
|
||||
],
|
||||
)
|
||||
|
||||
codex_rust_crate(
|
||||
name = "app-server-json-schema",
|
||||
compile_data = stable_files,
|
||||
crate_name = "codex_app_server_json_schema",
|
||||
extra_binaries = [
|
||||
"//codex-rs/app-server-protocol-stable-export:codex-app-server-protocol-stable-export",
|
||||
],
|
||||
test_data_extra = stable_files,
|
||||
)
|
||||
Reference in New Issue
Block a user