mirror of
https://github.com/openai/codex.git
synced 2026-06-01 19:02:59 +00:00
12 lines
247 B
Python
12 lines
247 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "file-system",
|
|
crate_name = "codex_file_system",
|
|
deps_extra = [
|
|
"@crates//:pretty_assertions",
|
|
"@crates//:tempfile",
|
|
"@crates//:tokio",
|
|
],
|
|
)
|