mirror of
https://github.com/openai/codex.git
synced 2026-04-25 23:24:55 +00:00
7 lines
129 B
Python
7 lines
129 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "network-proxy",
|
|
crate_name = "codex_network_proxy",
|
|
)
|