fix(bazel) add missing app-server-client BUILD.bazel (#14027)

## Summary
Adds missing BUILD.bazel file for the new app-server-client crate

## Testing
- [x] 🤞 that this gets bazel ci to pass
This commit is contained in:
Dylan Hurd 2026-03-08 20:42:54 -07:00 committed by GitHub
parent e6b93841c5
commit 05332b0e96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,6 @@
load("//:defs.bzl", "codex_rust_crate")
codex_rust_crate(
name = "app-server-client",
crate_name = "codex_app_server_client",
)