mirror of
https://github.com/openai/codex.git
synced 2026-04-25 23:24:55 +00:00
Ensures a process-wide rustls crypto provider is installed. Both the `codex-network-proxy` and `codex-api` crates need this.
7 lines
139 B
Python
7 lines
139 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "rustls-provider",
|
|
crate_name = "codex_utils_rustls_provider",
|
|
)
|