//! Import Tracker Statistics command.
//!//! It imports the number of seeders and leechers for all torrents from the linked tracker.
//!//! You can execute it with: `cargo run --bin import_tracker_statistics`
usetorrust_index::console::commands::tracker_statistics_importer::app::run;#[tokio::main]
async fnmain(){run().await;}