This PR reverts the built-in artifact render while a decision is being reached. No impact expected on any features
6 lines
133 B
Text
6 lines
133 B
Text
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "package-manager",
|
|
crate_name = "codex_package_manager",
|
|
)
|