mirror of
https://github.com/openai/codex.git
synced 2026-04-30 11:21:34 +03:00
chore: put crypto provider logic in a shared crate (#11294)
Ensures a process-wide rustls crypto provider is installed. Both the `codex-network-proxy` and `codex-api` crates need this.
This commit is contained in:
6
codex-rs/utils/rustls-provider/BUILD.bazel
Normal file
6
codex-rs/utils/rustls-provider/BUILD.bazel
Normal file
@@ -0,0 +1,6 @@
|
||||
load("//:defs.bzl", "codex_rust_crate")
|
||||
|
||||
codex_rust_crate(
|
||||
name = "rustls-provider",
|
||||
crate_name = "codex_utils_rustls_provider",
|
||||
)
|
||||
Reference in New Issue
Block a user