diff --git a/Cargo.toml b/Cargo.toml index 977642b..c5a6b64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.0" edition = "2024" license = "MIT" readme = "README.md" -description = "SSD-friendly crawler for the Aquatic BitTorrent tracker, based on the librqbit API" +description = "SSD-friendly FS crawler for the Aquatic BitTorrent tracker, based on the librqbit API" keywords = ["aquatic", "librqbit", "bittorrent", "crawler", "resolver"] categories = ["network-programming"] repository = "https://github.com/YGGverse/aquatic-crawler" diff --git a/README.md b/README.md index 0c4dbb2..7b4140d 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,12 @@ [![Dependencies](https://deps.rs/repo/github/YGGverse/aquatic-crawler/status.svg)](https://deps.rs/repo/github/YGGverse/aquatic-crawler) [![crates.io](https://img.shields.io/crates/v/aquatic-crawler.svg)](https://crates.io/crates/aquatic-crawler) -SSD-friendly crawler for the [Aquatic](https://github.com/greatest-ape/aquatic) BitTorrent tracker, based on the [librqbit](https://github.com/ikatson/rqbit/tree/main/crates/librqbit) API +SSD-friendly FS crawler for the [Aquatic](https://github.com/greatest-ape/aquatic) BitTorrent tracker, based on the [librqbit](https://github.com/ikatson/rqbit/tree/main/crates/librqbit) API -> [!NOTE] -> * requires PR#233 or the [info-hash-api](https://github.com/YGGverse/aquatic/tree/info-hash-api) branch implementation; +> [!TIP] +> * requires PR#233 or the [info-hash-api](https://github.com/YGGverse/aquatic/tree/info-hash-api) branch implementation > * compatible with any other `--infohash` source in `hash1hash2...` binary format (see the [Online API](https://github.com/YGGverse/aquatic-crawler/wiki/Online-API)) +> * use [yggtrackerd](https://github.com/YGGverse/yggtrackerd/) server for the web frontend ## Install