watchexec-cli 1.21.0

Executes commands in response to file modifications
Documentation
#[cfg(target_env = "musl")]
#[global_allocator]
static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;

#[tokio::main]
async fn main() -> miette::Result<()> {
	watchexec_cli::run().await
}