mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
4874b9291a
Part 1 of presentation tool artifact
7 lines
145 B
Python
7 lines
145 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "artifact-presentation",
|
|
crate_name = "codex_artifact_presentation",
|
|
)
|