superseedr 1.0.5

A BitTorrent Client in your Terminal.
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-FileCopyrightText: 2025 The superseedr Contributors
// SPDX-License-Identifier: GPL-3.0-or-later

pub mod browser;
pub mod config;
pub mod delete_confirm;
pub mod help;
pub mod journal;
pub mod normal;
pub mod power;
pub mod rss;
pub mod welcome;