diff --git a/Cargo.toml b/Cargo.toml index ae023b6..8065562 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.0" edition = "2024" license = "MIT" readme = "README.md" -description = "Crawler for Aquatic BitTorrent tracker based on librqbit API" +description = "SSD-friendly crawler for the Aquatic BitTorrent tracker based on librqbit API" keywords = ["aquatic", "librqbit", "rqbit", "crawler", "bittorrent"] categories = ["network-programming"] repository = "https://github.com/YGGverse/aquatic-crawler" diff --git a/README.md b/README.md index de06ad6..24336ad 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,15 @@ [![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) -Crawler for [Aquatic](https://github.com/greatest-ape/aquatic) BitTorrent tracker based on [librqbit](https://github.com/ikatson/rqbit/tree/main/crates/librqbit) API +SSD-friendly crawler for the [Aquatic](https://github.com/greatest-ape/aquatic) BitTorrent tracker based on [librqbit](https://github.com/ikatson/rqbit/tree/main/crates/librqbit) API > [!NOTE] > Compatible with any other `--infohash` source in `hash1hash2...` binary format (see also the [Online API](https://github.com/YGGverse/aquatic-crawler/wiki/Online-API)) +## Conception + +See the project [Wiki](https://github.com/YGGverse/aquatic-crawler/wiki) + ## Features > [!TIP]