mirror of
https://github.com/YGGverse/btracker-scrape.git
synced 2026-03-31 09:05:33 +00:00
13 lines
378 B
TOML
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"
|