From fe6a7ef8b5ad381c71c4c7f8b7a2f90411825020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Wed, 24 Jan 2024 23:37:35 +0100 Subject: [PATCH] http: update crate description --- crates/http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 5b98dcb..60930a8 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aquatic_http" -description = "High-performance open BitTorrent tracker (HTTP over TLS)" +description = "High-performance open HTTP BitTorrent tracker (with optional TLS)" keywords = ["http", "server", "peer-to-peer", "torrent", "bittorrent"] version.workspace = true authors.workspace = true