mirror of
https://github.com/openai/codex.git
synced 2026-09-20 12:47:38 +00:00
8 lines
153 B
Python
8 lines
153 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "git-utils",
|
|
crate_name = "codex_git_utils",
|
|
unit_test_timeout = "long",
|
|
)
|