update description

This commit is contained in:
yggverse 2025-06-15 04:43:16 +03:00
parent 21f405a5ac
commit 953cd8dc63
2 changed files with 4 additions and 4 deletions

View file

@ -4,8 +4,8 @@ version = "0.2.0"
edition = "2024" edition = "2024"
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"
description = "Crawler tool for the Aquatic BitTorrent tracker API" description = "Crawler for Aquatic BitTorrent tracker based on librqbit API"
keywords = ["aquatic", "crawler", "parser", "bittorrent", "magnet"] keywords = ["aquatic", "librqbit", "rqbit", "crawler", "bittorrent"]
categories = ["network-programming"] categories = ["network-programming"]
repository = "https://github.com/YGGverse/aquatic-crawler" repository = "https://github.com/YGGverse/aquatic-crawler"
# homepage = "https://yggverse.github.io" # homepage = "https://yggverse.github.io"

View file

@ -4,7 +4,7 @@
[![Dependencies](https://deps.rs/repo/github/YGGverse/aquatic-crawler/status.svg)](https://deps.rs/repo/github/YGGverse/aquatic-crawler) [![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) [![crates.io](https://img.shields.io/crates/v/aquatic-crawler.svg)](https://crates.io/crates/aquatic-crawler)
Crawler/aggregation tool for the [Aquatic](https://github.com/greatest-ape/aquatic) BitTorrent tracker API. Crawler for [Aquatic](https://github.com/greatest-ape/aquatic) BitTorrent tracker based on [librqbit](https://github.com/ikatson/rqbit/tree/main/crates/librqbit) API.
> [!NOTE] > [!NOTE]
> Project in development! > Project in development!
@ -16,7 +16,7 @@ Crawler/aggregation tool for the [Aquatic](https://github.com/greatest-ape/aquat
* [x] local file path * [x] local file path
* [ ] remote URL * [ ] remote URL
* Storage * Storage
* [x] File system (dump as `.torrent`) * [x] File system (dump as `.torrent` + regex files)
* [x] V1 * [x] V1
* [ ] V2 * [ ] V2
* [ ] [Manticore](https://github.com/manticoresoftware/manticoresearch-rust) full text search * [ ] [Manticore](https://github.com/manticoresoftware/manticoresearch-rust) full text search