mirror of
https://github.com/openai/codex.git
synced 2026-04-29 19:03:02 +03:00
Move the foundational provider and token modules into codex-auth while keeping codex-core as the facade. Also move the corresponding unit tests and record the 3-PR migration checkpoints. Co-authored-by: Codex <noreply@openai.com>
7 lines
117 B
Python
7 lines
117 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "codex-auth",
|
|
crate_name = "codex_auth",
|
|
)
|