mirror of
https://github.com/openai/codex.git
synced 2026-04-27 16:15:09 +00:00
This PR reverts the built-in artifact render while a decision is being reached. No impact expected on any features
7 lines
133 B
Python
7 lines
133 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "package-manager",
|
|
crate_name = "codex_package_manager",
|
|
)
|