//! earthly - build automation for the container era
//!
//! Earthly is a build automation tool for the container era. It allows
//! you to execute all your builds in containers, making them
//! self-contained, reproducible, portable, and parallel.
//!
//! This tool uses the ToolSpec pattern for declarative installation.
use cratedefine_tool;
define_tool!;