mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
Extract provider and token modules into codex-auth
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>
This commit is contained in:
6
codex-rs/codex-auth/BUILD.bazel
Normal file
6
codex-rs/codex-auth/BUILD.bazel
Normal file
@@ -0,0 +1,6 @@
|
||||
load("//:defs.bzl", "codex_rust_crate")
|
||||
|
||||
codex_rust_crate(
|
||||
name = "codex-auth",
|
||||
crate_name = "codex_auth",
|
||||
)
|
||||
Reference in New Issue
Block a user