From 34260cd2c3f9700e4049ac7c546d6f1767540b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sun, 13 Sep 2020 17:47:21 +0200 Subject: [PATCH] Move aquatic_http_protocol package description to correct place --- aquatic_http_load_test/Cargo.toml | 1 - aquatic_http_protocol/Cargo.toml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/aquatic_http_load_test/Cargo.toml b/aquatic_http_load_test/Cargo.toml index a82ed53..1bd5f5b 100644 --- a/aquatic_http_load_test/Cargo.toml +++ b/aquatic_http_load_test/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" authors = ["Joakim FrostegÄrd "] edition = "2018" license = "Apache-2.0" -description = "HTTP BitTorrent tracker protocol" repository = "https://github.com/greatest-ape/aquatic" [[bin]] diff --git a/aquatic_http_protocol/Cargo.toml b/aquatic_http_protocol/Cargo.toml index f64a5f0..58e6b50 100644 --- a/aquatic_http_protocol/Cargo.toml +++ b/aquatic_http_protocol/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Joakim FrostegÄrd "] edition = "2018" license = "Apache-2.0" repository = "https://github.com/greatest-ape/aquatic" +description = "HTTP BitTorrent tracker protocol" exclude = ["target"] [lib]