//! bicep - Microsoft's Azure Resource Manager IaC DSL
//!
//! Bicep compiles to ARM JSON templates. Widely used in .NET / Azure
//! shops as the canonical IaC language for Azure deployments. Often
//! paired with `az deployment` or `azd` in CI/CD pipelines.
use cratedefine_tool;
define_tool!;