//! Main binary entry point for Torrust Tracker Deployer.
//!//! This binary provides the main CLI interface for the deployment infrastructure.
//! All application logic is contained in the `bootstrap::app` module.
usetorrust_tracker_deployer_lib::bootstrap;#[tokio::main]
async fnmain(){bootstrap::app::run().await;}