From ddb7e3c64f6d18947aa6f2bf1984c6c168dde1d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=A5=E4=B8=8B=E7=BA=A2=E8=8D=AF?= Date: Sun, 18 Jan 2026 22:59:17 +0800 Subject: [PATCH] update Cargo.toml --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e6a7a0f..728f2cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "dht-crawler" -version = "0.0.4" +version = "0.0.5" edition = "2024" authors = ["桥下红药 <1121744186@qq.com>"] -description = "高性能的 Rust DHT(分布式哈希表)爬虫库,用于爬取 BitTorrent DHT 网络中的种子信息" +description = "高性能的 Rust DHT (Distributed Hash Table) 爬虫库 | A high-performance Rust DHT crawler library for fetching torrent information from the BitTorrent DHT network" license = "MIT" documentation = "https://docs.rs/dht-crawler" +repository = "https://github.com/0xddy/dht-crawler" keywords = ["dht", "bittorrent", "crawler", "p2p", "torrent"] categories = ["network-programming", "asynchronous"] readme = "README.md"