mirror of
https://github.com/openai/codex.git
synced 2026-09-07 15:40:00 +00:00
8 lines
163 B
Python
8 lines
163 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "web-server",
|
|
crate_name = "codex_web_server",
|
|
compile_data = glob(["assets/**"]),
|
|
)
|