mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
a80f07ec4a
Skeleton of `/goal` in extension Lot's of follow-ups coming
7 lines
121 B
Python
7 lines
121 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "goal",
|
|
crate_name = "codex_goal_extension",
|
|
)
|