mirror of
https://github.com/openai/codex.git
synced 2026-04-26 15:45:02 +00:00
7 lines
123 B
Python
7 lines
123 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "path-utils",
|
|
crate_name = "codex_utils_path",
|
|
)
|