# rye:signed:2026-04-01T05:31:37Z:28ed2be7ca0aa49a2060ab21a0f3bade9dbfe9c96f2248a89141b9eba5512676:YJC8wrfPEeAUTd7_QBWaqhF28d6dE1ezXP5mHqfDfYP9L8vi8t9gf8JThmH81vpZUE2cdyS4VzEzRPRHEUIfAQ:6ea18199041a1ea8
version: "1.0.0"
tool_type: runtime
executor_id: rye/core/primitives/subprocess
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:
  command: "${LILLUX}"
  args:
    - "exec"
    - "run"
    - "--cmd"
    - "{command}"
  timeout: 600
