mirror of
https://github.com/openai/codex.git
synced 2026-05-01 03:42:05 +03:00
18 lines
269 B
Python
18 lines
269 B
Python
exports_files([
|
|
"clippy.toml",
|
|
])
|
|
|
|
filegroup(
|
|
name = "workspace-files",
|
|
srcs = glob(
|
|
[
|
|
"*",
|
|
".cargo/**",
|
|
],
|
|
exclude = [
|
|
"BUILD.bazel",
|
|
],
|
|
),
|
|
visibility = ["//visibility:public"],
|
|
)
|