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
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "btracker-scrape"
version = "0.1.0"
edition = "2024"
license = "MIT"
readme = "README.md"
description = "Shared BitTorrent scrape API for the βtracker project components"
keywords = ["btracker", "bittorrent", "scrape", "udp", "tcp"]
categories = ["network-programming"]
repository = "https://github.com/YGGverse/btracker-scrape"
[dependencies]
rand = "0.9.2"