//! infracost - cloud cost estimates for Terraform
//!
//! Infracost shows cloud cost estimates for Terraform. It lets engineers
//! see a cost breakdown and understand costs before making changes,
//! either in the terminal or pull requests.
//!
//! This tool uses the ToolSpec pattern for declarative installation.
use cratedefine_tool;
define_tool!;