mirror of
https://github.com/YGGverse/btracker-scrape.git
synced 2026-03-31 17:15:34 +00:00
initial commit
This commit is contained in:
parent
99c16e6d4c
commit
4a5b82bf39
7 changed files with 184 additions and 0 deletions
13
Cargo.toml
Normal file
13
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue