## Summary
Adds missing BUILD.bazel file for the new app-server-client crate
## Testing
- [x] 🤞 that this gets bazel ci to pass
6 lines
137 B
Text
6 lines
137 B
Text
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "app-server-client",
|
|
crate_name = "codex_app_server_client",
|
|
)
|