# rye:signed:2026-04-10T02:20:26Z:5ce3cc04314604982ee35ad259b62249da56b4d68f563bcfce2fa3581f753ad7:yTKPuLrfV-aG_ABNYXvzV2JVVjzKLHlgdn8cT7Pya93mEdfv19bhQd_pSX8v4AHS8AzRMOIGTFM47WXP3N73Dg:6ea18199041a1ea8
# rye:unsigned
version: "1.0.0"
tool_type: runtime
executor_id: rye/core/primitives/execute
category: rye/core/runtimes/rust
description: "Rust runtime — executes compiled Rust binaries found on PATH"

env_config:
  interpreter:
    type: system_binary
    binary: lillux
    var: LILLUX
  env:
    RUST_BACKTRACE: "0"

config_resolve:
  path: "execution/execution.yaml"
  mode: "deep_merge"

config:
  command: "${LILLUX}"
  args:
    - "exec"
    - "run"
    - "--cmd"
    - "{command}"
  timeout: 600
