initial commit

This commit is contained in:
yggverse 2025-09-09 10:35:07 +03:00
parent 99c16e6d4c
commit 4a5b82bf39
7 changed files with 184 additions and 0 deletions

13
README.md Normal file
View file

@ -0,0 +1,13 @@
# btracker-scrape
![Build](https://github.com/YGGverse/btracker-scrape/actions/workflows/build.yml/badge.svg)
[![Dependencies](https://deps.rs/repo/github/YGGverse/btracker-scrape/status.svg)](https://deps.rs/repo/github/YGGverse/btracker-scrape)
[![crates.io](https://img.shields.io/crates/v/btracker-scrape.svg)](https://crates.io/crates/btracker-scrape)
Shared BitTorrent scrape API for the βtracker project components
## Install
``` bash
cargo add btracker-scrape
```