# rye:signed:2026-03-17T01:08:18Z:18c46ab4c38028bddc425823146d1b8277e9e71c3945c977f63da20649fe0054:DqfoLFzBP_2xu1TKYssNM4EZ2dgbNIgZxFRGp7Yj5EfdCB_-DVkEOuNk4MVab1R3mcY1mLC253G7FW6fReSlBA==: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-watch
    var: LILLUX_WATCH
  env:
    RUST_BACKTRACE: "0"

config:
  command: "${LILLUX_WATCH}"
  args:
    - "--db"
    - "{db_path}"
    - "--thread-id"
    - "{thread_id}"
    - "--timeout"
    - "{timeout}"
  timeout: 600
