6 lines
145 B
Text
6 lines
145 B
Text
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "artifact-presentation",
|
|
crate_name = "codex_artifact_presentation",
|
|
)
|