//! molecule - Ansible role testing framework
//!
//! Molecule aids in the development and testing of Ansible roles.
//! It provides support for testing with multiple instances, operating
//! systems, and test frameworks.
//!
//! This tool uses the ToolSpec pattern for declarative installation.
use cratedefine_tool;
define_tool!;