mirror of
https://github.com/openai/codex.git
synced 2026-04-27 08:05:51 +00:00
Extract rollout into its own crate (#15548)
This commit is contained in:
6
codex-rs/utils/path-utils/BUILD.bazel
Normal file
6
codex-rs/utils/path-utils/BUILD.bazel
Normal file
@@ -0,0 +1,6 @@
|
||||
load("//:defs.bzl", "codex_rust_crate")
|
||||
|
||||
codex_rust_crate(
|
||||
name = "path-utils",
|
||||
crate_name = "codex_utils_path",
|
||||
)
|
||||
Reference in New Issue
Block a user