//! luarocks - package manager for Lua modules
//!
//! LuaRocks is the package manager for Lua modules. It allows you to
//! create and install Lua modules as self-contained packages called rocks.
//!
//! This tool uses the ToolSpec pattern for declarative installation.
use cratedefine_tool;
define_tool!;