mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +00:00
lowercase url
This commit is contained in:
parent
70edde7cc7
commit
b2a21f5c12
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# btracker
|
||||
|
||||

|
||||
[](https://deps.rs/repo/github/YGGverse/btracker)
|
||||

|
||||
[](https://deps.rs/repo/github/yggverse/btracker)
|
||||
[](https://crates.io/crates/btracker)
|
||||
|
||||
βtracker is a BitTorrent aggregator based on the [aquatic-crawler](https://github.com/yggverse/aquatic-crawler) API and [Rocket](https://rocket.rs) web-framework
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ use url::Url;
|
|||
#[derive(Parser, Debug)]
|
||||
#[command(version, about, long_about = None)]
|
||||
pub struct Config {
|
||||
/// Path to the [aquatic-crawler](https://github.com/YGGverse/aquatic-crawler) file storage
|
||||
/// Path to the [aquatic-crawler](https://github.com/yggverse/aquatic-crawler) file storage
|
||||
#[arg(long, short)]
|
||||
pub storage: PathBuf,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue