mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
10 lines
199 B
Python
10 lines
199 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "mcp-core",
|
|
crate_name = "codex_mcp",
|
|
compile_data = [
|
|
"src/consequential_tool_message_templates.json",
|
|
],
|
|
)
|