btracker-scrape/Cargo.toml
2025-09-09 10:35:07 +03:00

13 lines
378 B
TOML

[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"