init tera layout

This commit is contained in:
yggverse 2025-08-05 13:01:27 +03:00
parent 0d155d6ef2
commit 8a32bdda63
6 changed files with 166 additions and 12 deletions

View file

@ -32,6 +32,10 @@ pub struct Config {
#[arg(long)]
pub link: Option<Url>,
/// Optional reference to the [Aquatic](https://github.com/greatest-ape/aquatic) stats page
#[arg(long)]
pub stats: Option<Url>,
/// Appends following tracker(s) to the magnet links
#[arg(long)]
pub tracker: Option<Vec<Url>>,