2c7659fe3a
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
16 lines
270 B
TOML
16 lines
270 B
TOML
#TODO: Runtime validation requires redox-drm scheme daemon running on bare metal or QEMU
|
|
|
|
[source]
|
|
# no external source — inline test program
|
|
path = "source"
|
|
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"redox-drm",
|
|
]
|
|
script = """
|
|
DYNAMIC_INIT
|
|
cookbook_cargo
|
|
"""
|