From 945ff41ef2292ef058267594819b15a5b890ecd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 27 Jun 2022 22:44:45 +0200 Subject: [PATCH] Update crate descriptions --- aquatic/Cargo.toml | 2 +- aquatic_http/Cargo.toml | 2 +- aquatic_udp/Cargo.toml | 2 +- aquatic_ws/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aquatic/Cargo.toml b/aquatic/Cargo.toml index c876fad..266d415 100644 --- a/aquatic/Cargo.toml +++ b/aquatic/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.0" authors = ["Joakim Frostegård "] edition = "2021" license = "Apache-2.0" -description = "Blazingly fast, multi-threaded BitTorrent tracker (UDP, HTTP, WebTorrent)" +description = "High-performance open BitTorrent tracker (UDP, HTTP, WebTorrent)" repository = "https://github.com/greatest-ape/aquatic" keywords = ["bittorrent", "torrent", "webtorrent"] readme = "../README.md" diff --git a/aquatic_http/Cargo.toml b/aquatic_http/Cargo.toml index 805c722..385efaa 100644 --- a/aquatic_http/Cargo.toml +++ b/aquatic_http/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.0" authors = ["Joakim Frostegård "] edition = "2021" license = "Apache-2.0" -description = "Blazingly fast, multi-threaded HTTP BitTorrent tracker" +description = "High-performance open BitTorrent tracker (HTTP over TLS)" repository = "https://github.com/greatest-ape/aquatic" keywords = ["http", "server", "peer-to-peer", "torrent", "bittorrent"] readme = "../README.md" diff --git a/aquatic_udp/Cargo.toml b/aquatic_udp/Cargo.toml index e8dcb7b..5713058 100644 --- a/aquatic_udp/Cargo.toml +++ b/aquatic_udp/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.0" authors = ["Joakim Frostegård "] edition = "2021" license = "Apache-2.0" -description = "Blazingly fast, multi-threaded UDP BitTorrent tracker" +description = "High-performance open UDP BitTorrent tracker" repository = "https://github.com/greatest-ape/aquatic" keywords = ["udp", "server", "peer-to-peer", "torrent", "bittorrent"] readme = "../README.md" diff --git a/aquatic_ws/Cargo.toml b/aquatic_ws/Cargo.toml index 16d54a3..c0d3724 100644 --- a/aquatic_ws/Cargo.toml +++ b/aquatic_ws/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.0" authors = ["Joakim Frostegård "] edition = "2021" license = "Apache-2.0" -description = "Blazingly fast, multi-threaded WebTorrent tracker" +description = "High-performance open WebTorrent tracker" repository = "https://github.com/greatest-ape/aquatic" keywords = ["webtorrent", "websocket", "peer-to-peer", "torrent", "bittorrent"] readme = "../README.md"