60170933b0
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
13 lines
438 B
TOML
13 lines
438 B
TOML
#TODO: zbus — build-ordering marker. Cargo fetches zbus when redbear-sessiond builds.
|
|
# The cargo template cannot build a library-only crate, so this uses a custom no-op script.
|
|
# Remove if the cookbook gains native Rust library recipe support.
|
|
[source]
|
|
path = "source"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
echo "zbus: build-ordering marker — actual crate fetched by downstream Cargo builds"
|
|
mkdir -p "${COOKBOOK_STAGE}/usr"
|
|
"""
|