torrust-index 3.0.0

A BitTorrent Index
Documentation
1
2
3
4
5
6
7
//! Program to upload random torrents to a live Index API.
use torrust_index::console::commands::seeder::app;

#[tokio::main]
async fn main() -> anyhow::Result<()> {
    app::run().await
}