//! detect-secrets - enterprise secret detection
//!
//! detect-secrets is an enterprise-friendly tool by Yelp for detecting and
//! preventing secrets in code using a baseline approach.
//!
//! This tool uses the ToolSpec pattern for declarative installation.
use cratedefine_tool;
define_tool!;