//! watchexec - execute commands in response to file changes
//!
//! watchexec is a simple, standalone tool that watches a path
//! and runs a command whenever it detects modifications.
//!
//! This tool uses the ToolSpec pattern for declarative installation.
use cratedefine_tool;
define_tool!;